Skip to content

Commit

Permalink
fix: add extra http to https redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
madcampos committed Jun 23, 2024
1 parent d9a46ac commit 7cf13a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@
to = "https://a11y.torontojs.com/:splat"
status = 301
force = true

[[redirects]]
from = "http://a11y.torontojs.com/*"
to = "https://a11y.torontojs.com/:splat"
status = 301
force = true

0 comments on commit 7cf13a9

Please sign in to comment.