We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
netlify.toml
1 parent 0240c2a commit 40875b2Copy full SHA for 40875b2
netlify.toml
@@ -1,16 +1,6 @@
1
# Learn more about this
2
# https://www.netlify.com/docs/netlify-toml-reference/
3
4
-[[redirects]]
5
- from = "/blog/*"
6
- to = "/error"
7
- status = 404
8
-
9
10
- from = "/blog/*/*"
11
12
13
14
[[redirects]]
15
from = "/blog/*"
16
to = "/articles/blog/:splat"
@@ -21,6 +11,16 @@
21
to = "/images/signatures/:splat"
22
status = 200
23
+[[redirects]]
+ from = "/blog/*"
+ to = "/error"
17
+ status = 404
18
+
19
20
+ from = "/blog/*/*"
24
25
from = "/*"
26
to = "/error"
0 commit comments