Skip to content

Commit acdd4ba

Browse files
committed
revert: netlify.toml — remove blog/404 and blog/.../404 rules
Need more research based on the https://docs.netlify.com/routing/redirects/ I can't seems to find the solution.
1 parent 3d07e2e commit acdd4ba

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

netlify.toml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,12 @@
55
from = "/blog/*"
66
to = "/articles/blog/:splat"
77
status = 200
8-
force = true
98

109
[[redirects]]
1110
from = "/signatures/*"
1211
to = "/images/signatures/:splat"
1312
status = 200
1413

15-
[[redirects]]
16-
from = "/blog/*"
17-
to = "/error"
18-
status = 404
19-
20-
[[redirects]]
21-
from = "/blog/*/*"
22-
to = "/error"
23-
status = 404
24-
2514
[[redirects]]
2615
from = "/*"
2716
to = "/error"

0 commit comments

Comments
 (0)