1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-19 12:01:47 +04:00
Files
tabler/vercel.json
T
2022-02-27 01:26:37 +01:00

6 lines
118 B
JSON

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