1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Remove old vercel.json configuration and migrate redirects to docs/vercel.json

This commit is contained in:
codecalm
2025-11-24 23:14:11 +01:00
parent 49e766da8b
commit c3fa9524ea
2 changed files with 8 additions and 10 deletions

View File

@@ -1,5 +1,12 @@
{
"trailingSlash": false,
"redirects": [
{
"source": "/",
"destination": "/ui",
"permanent": false
}
],
"rewrites": [
{
"source": "/stats/js/script.js",
@@ -17,6 +24,7 @@
"source": "/eat/:path(.*)",
"destination": "https://eu.i.posthog.com/:path*"
},
{
"source": "/(.*)",
"destination": "/error-404.html"

View File

@@ -1,10 +0,0 @@
{
"redirects": [
{
"source": "/",
"destination": "/ui",
"permanent": false
}
]
}