Skip to content

Commit 007d6e6

Browse files
Merge pull request #677 from codeforpdx/676-vercel-404-routing-fix
added vercel.json with redirects
2 parents 3a0b62d + ed21cd4 commit 007d6e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vercel.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirects": [
3+
{
4+
"source": "/(.*)",
5+
"destination": "/index.html",
6+
"permanent": true
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)