1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-05 01:44:41 +04:00

Update vercel.json to exclude robots.txt and sitemap.xml from error handling route

This commit is contained in:
codecalm
2026-07-14 23:11:49 +02:00
parent c8a72bf0ff
commit cfd53fef13
+1 -1
View File
@@ -18,7 +18,7 @@
"destination": "https://eu.i.posthog.com/:path*"
},
{
"source": "/(.*)",
"source": "/((?!robots\\.txt|sitemap\\.xml).*)",
"destination": "/error-404.html"
}
],