Files
5chan/vercel.json
T

9 lines
165 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "yarn build",
"outputDirectory": "build",
"framework": "vite"
}