Skip to content

Commit

Permalink
Merge pull request #119 from redwoodjs/ds-mv-v1.x-redirects
Browse files Browse the repository at this point in the history
chore: remove redundant v1.x redirects
  • Loading branch information
jtoar authored Dec 6, 2022
2 parents 709e061 + 988612e commit 338f741
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,24 +16,6 @@ functions = "api/dist/functions"
# Point your browser to this port to access your RedwoodJS app
port = 8888

[[redirects]]
from = "/docs/1.0/*"
to = "/docs/1.3/:splat"
status = 302
force = true

[[redirects]]
from = "/docs/1.1/*"
to = "/docs/1.3/:splat"
status = 302
force = true

[[redirects]]
from = "/docs/1.2/*"
to = "/docs/1.3/:splat"
status = 302
force = true

[[redirects]]
from = "/docs/*"
to = "https://redwoodjs-docs.netlify.app/docs/:splat"
Expand Down

0 comments on commit 338f741

Please sign in to comment.