mirror of
https://github.com/CorentinTh/it-tools.git
synced 2024-11-10 09:13:50 +08:00
feat(config): added vercel.json
This commit is contained in:
parent
34480b4e25
commit
2e046ad09f
1 changed files with 3 additions and 0 deletions
3
vercel.json
Normal file
3
vercel.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }]
|
||||||
|
}
|
Loading…
Reference in a new issue