Skip to content

Commit 5ac98dc

Browse files
authored
Redirect fix for /specification/list (#108)
1 parent f5aaa30 commit 5ac98dc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

netlify.toml

+4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ command = "npm run seq -- build:preview diff:check"
55
[context.production]
66
command = "npm run seq -- build:production diff:check"
77

8+
[[redirects]]
9+
from = "/specification/list"
10+
to = "https://theupdateframework.github.io/specification/"
11+
812
[[redirects]]
913
from = "/specification"
1014
to = "/specification/latest/"

0 commit comments

Comments
 (0)