Skip to content

Commit ee27292

Browse files
committed
update: netlify.toml/articles/blog/* to /error
1 parent 3a56c04 commit ee27292

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

netlify.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
to = "/articles/blog/:splat"
77
status = 200
88

9+
[[redirects]]
10+
from = "/articles/blog/*"
11+
to = "/error"
12+
status = 404
13+
914
[[redirects]]
1015
from = "/signatures/*"
1116
to = "/images/signatures/:splat"

0 commit comments

Comments
 (0)