Add vercel.json for default React vite.js template (#755)
Fixes #741 See: https://vercel.com/docs/project-configuration#rewrites-examples
This commit is contained in:
9
scaffold/vercel.json
Normal file
9
scaffold/vercel.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://openapi.vercel.sh/vercel.json",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user