Skip to content

Commit

Permalink
feat: add netlify config
Browse files Browse the repository at this point in the history
  • Loading branch information
madcampos committed Jun 23, 2024
1 parent 2ed0c79 commit 18bd70f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[build.processing.html]
pretty_urls = true

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

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

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

0 comments on commit 18bd70f

Please sign in to comment.