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:
+1
-1
@@ -18,7 +18,7 @@
|
||||
"destination": "https://eu.i.posthog.com/:path*"
|
||||
},
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"source": "/((?!robots\\.txt|sitemap\\.xml).*)",
|
||||
"destination": "/error-404.html"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user