Skip to content

Commit df4300b

Browse files
committed
Add redirect rule to netlify.toml
1 parent 740de42 commit df4300b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

netlify.toml

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@
44
for = "/*"
55
[headers.values]
66
Access-Control-Allow-Origin = "https://relaxed-mochi-7581fa.netlify.app"
7+
8+
# _redirects
9+
[[redirects]]
10+
from = "/*"
11+
to = "/index.html"
12+
status = 404

0 commit comments

Comments
 (0)