We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086d9fe commit 9a627b7Copy full SHA for 9a627b7
1 file changed
vercel.json
@@ -1,10 +1,5 @@
1
{
2
- "buildCommand": "npm run build",
3
- "outputDirectory": "dist",
4
"rewrites": [
5
- {
6
- "source": "/(.*)",
7
- "destination": "/index.html"
8
- }
+ { "source": "/(.*)", "destination": "/index.html" }
9
]
10
}
0 commit comments