it-tools/vercel.json
Corentin Thomasset d92c46c60b
feat: history mode
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
2020-06-23 10:10:58 +02:00

7 lines
No EOL
113 B
JSON

{
"version": 2,
"routes": [
{ "handle": "filesystem" },
{ "src": "/.*", "dest": "/index.html" }
]
}