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
blog/404
blog/.../404
1 parent 3d07e2e commit acdd4baCopy full SHA for acdd4ba
netlify.toml
@@ -5,23 +5,12 @@
5
from = "/blog/*"
6
to = "/articles/blog/:splat"
7
status = 200
8
- force = true
9
10
[[redirects]]
11
from = "/signatures/*"
12
to = "/images/signatures/:splat"
13
14
15
-[[redirects]]
16
- from = "/blog/*"
17
- to = "/error"
18
- status = 404
19
-
20
21
- from = "/blog/*/*"
22
23
24
25
26
from = "/*"
27
to = "/error"
0 commit comments