Add vercel config
This commit is contained in:
Generated
-2292
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/:path*",
|
||||
"destination": "/index.html"
|
||||
}
|
||||
],
|
||||
"trailingSlash": false
|
||||
}
|
||||
Reference in New Issue
Block a user