We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5aaa30 commit 5ac98dcCopy full SHA for 5ac98dc
netlify.toml
@@ -5,6 +5,10 @@ command = "npm run seq -- build:preview diff:check"
5
[context.production]
6
command = "npm run seq -- build:production diff:check"
7
8
+[[redirects]]
9
+from = "/specification/list"
10
+to = "https://theupdateframework.github.io/specification/"
11
+
12
[[redirects]]
13
from = "/specification"
14
to = "/specification/latest/"
0 commit comments