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

vercel init

This commit is contained in:
codecalm
2022-02-27 01:26:37 +01:00
parent 7454f02b28
commit 692027e98f

6
vercel.json Normal file
View File

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