Skip to content

Commit

Permalink
Redirect fix for /specification/list
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Oct 12, 2024
1 parent f5aaa30 commit f3ba2ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ command = "npm run seq -- build:preview diff:check"
[context.production]
command = "npm run seq -- build:production diff:check"

[[redirects]]
from = "/specification/list"
to = "https://theupdateframework.github.io/specification/"

[[redirects]]
from = "/specification"
to = "/specification/latest/"
Expand Down

0 comments on commit f3ba2ab

Please sign in to comment.