Skip to content

Commit c955106

Browse files
committed
fix: chage 301 to 200
1 parent 39ab21c commit c955106

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

netlify.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
[[redirects]]
1818
from = "/archives/*"
1919
to = "/posts/:splat"
20-
status = 301
21-
force = false
22-
query = {path = ":path"}
20+
status = 200
21+
force = true

0 commit comments

Comments
 (0)