Skip to content

Commit 39ab21c

Browse files
committed
fix: add redirect wildcard
1 parent ff9872e commit 39ab21c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
force = true
1616

1717
[[redirects]]
18-
from = "/archives"
19-
to = "/posts"
18+
from = "/archives/*"
19+
to = "/posts/:splat"
2020
status = 301
2121
force = false
2222
query = {path = ":path"}

0 commit comments

Comments
 (0)