Skip to content

Commit 7a17169

Browse files
committed
Fix routing in production
1 parent ff58fdf commit 7a17169

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[[redirects]]
2+
from = "/*"
3+
to = "/"
4+
status = 200

0 commit comments

Comments
 (0)