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