Skip to content

Commit c44cd22

Browse files
committed
fix: netlify.toml trailing slash
1 parent ec73df9 commit c44cd22

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.netlify.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44

55
[[redirects]]
66
from = "/*"
7-
to = "/index.html"
8-
status = 200
7+
to = "/:splat"
8+
status = 301
9+
force = true

0 commit comments

Comments
 (0)