1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-06 19:32:22 +04:00
Files
tabler/preview/vercel.json
2026-07-31 22:44:06 +02:00

16 lines
253 B
JSON

{
"routes": [
{
"src": "/marketing",
"status": 308,
"headers": { "Location": "/marketing.html" }
},
{ "handle": "filesystem" },
{
"src": "/(.*)",
"status": 404,
"dest": "/error-404.html"
}
]
}