Skip to content

Commit 3d07e2e

Browse files
committed
fix: netlify.toml — unforce the /blog/404 and /blog/.../404
1 parent 1f8bce9 commit 3d07e2e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

netlify.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
from = "/blog/*"
1717
to = "/error"
1818
status = 404
19-
force = true
2019

2120
[[redirects]]
2221
from = "/blog/*/*"
2322
to = "/error"
2423
status = 404
25-
force = true
2624

2725
[[redirects]]
2826
from = "/*"

0 commit comments

Comments
 (0)