Skip to content

Commit b4e2f94

Browse files
committed
build: specify redirect to index.html in netlify
1 parent 818530f commit b4e2f94

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 = "/index.html"
4+
status = 200

0 commit comments

Comments
 (0)