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.
1 parent 5b844bd commit b7a34e7Copy full SHA for b7a34e7
netlify.toml
@@ -2,3 +2,8 @@
2
from = "/2022/*"
3
to = "/2022/index.html"
4
status = 200
5
+
6
+[[redirects]]
7
+ from = "/*"
8
+ to = "/2022/:splat"
9
+ status = 301
0 commit comments