diff options
author | 2022-04-16 16:53:21 +0200 | |
---|---|---|
committer | 2022-04-16 16:58:10 +0200 | |
commit | 2e046ad09fed4a55bbf4449e3683a4150839c461 (patch) | |
tree | d5ea40a5bbb62259c132095d1b9956daed947be7 | |
parent | 34480b4e25ffc33536b03a0ba711c480219ad553 (diff) | |
download | it-tools-2e046ad09fed4a55bbf4449e3683a4150839c461.tar.gz it-tools-2e046ad09fed4a55bbf4449e3683a4150839c461.tar.zst it-tools-2e046ad09fed4a55bbf4449e3683a4150839c461.zip |
feat(config): added vercel.json
-rw-r--r-- | vercel.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..0ee808a --- /dev/null +++ b/vercel.json @@ -0,0 +1,3 @@ +{ + "routes": [{ "handle": "filesystem" }, { "src": "/(.*)", "dest": "/index.html" }] +} |