Add vercel rewrite
This commit is contained in:
parent
8686a7c592
commit
b3bdff446d
1 changed files with 5 additions and 5 deletions
10
vercel.json
10
vercel.json
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"rewrites": [
|
"rewrites": [
|
||||||
{
|
{
|
||||||
"source": "/(.*)",
|
"source": "/(.*)",
|
||||||
"destination": "/index.html"
|
"destination": "/index.html"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue