added missing robots.tsx file

This commit is contained in:
Kismet Hasanaj
2026-05-03 00:28:18 +02:00
parent 39a8a128be
commit 56230a9393
209 changed files with 13114 additions and 5 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"/_global-error/page": "app/_global-error/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/robots.txt/route": "app/robots.txt/route.js",
"/favicon.ico/route": "app/favicon.ico/route.js",
"/sitemap.xml/route": "app/sitemap.xml/route.js",
"/page": "app/page.js",
"/cookies/page": "app/cookies/page.js"
}