11 lines
183 B
JSON
11 lines
183 B
JSON
|
|
{
|
||
|
|
"buildCommand": "npm run build",
|
||
|
|
"outputDirectory": "dist",
|
||
|
|
"framework": "vite",
|
||
|
|
"rewrites": [
|
||
|
|
{
|
||
|
|
"source": "/(.*)",
|
||
|
|
"destination": "/index.html"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|