11 lines
164 B
JSON
11 lines
164 B
JSON
{
|
|
"version": 2,
|
|
"builds": [
|
|
{
|
|
"src": "index.html",
|
|
"use": "@vercel/static"
|
|
}
|
|
],
|
|
"routes": [{ "src": "/(.*)", "dest": "/index.html" }]
|
|
}
|