Skip to content

Commit

Permalink
chore: remove redundant redirects
Browse files Browse the repository at this point in the history
It's better to add these to the redwoodjs/redwood repo; see redwoodjs/redwood#7025
  • Loading branch information
jtoar authored Dec 5, 2022
1 parent 709e061 commit 988612e
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 988612e

Please sign in to comment.