fix: update disallow rule in robots.txt to restrict access to /dashboard

This commit is contained in:
2025-09-28 19:14:13 +03:30
parent 1967d30e82
commit 6a1c171a3c
+1 -1
View File
@@ -26,7 +26,7 @@ export default function robots() {
rules: {
userAgent: '*',
allow: '/',
disallow: '/admin',
disallow: '/dashboard',
},
sitemap: `${baseUrl}/sitemap.xml`,
};