Skip to content

Commit

Permalink
docs: deploys for major versions up to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Dec 19, 2024
1 parent 62b9312 commit cc76f5a
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,39 @@
to = 'https://release-v3--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v4/*'
to = 'https://release-v4--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v5/*'
to = 'https://release-v5--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v6/*'
to = 'https://release-v6--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v7/*'
to = 'https://release-v7--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v8/*'
to = 'https://release-v8--patternfly-elements.netlify.app/:splat'
status = 200
force = true

[[redirects]]
from = '/v9/*'
to = 'https://release-v9--patternfly-elements.netlify.app/:splat'
status = 200
force = true

0 comments on commit cc76f5a

Please sign in to comment.