Skip to content

Commit

Permalink
Add http -> https 301 force redirect to site
Browse files Browse the repository at this point in the history
  • Loading branch information
javorszky committed Feb 9, 2021
1 parent 35d249d commit 94a6f50
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,10 @@
[[redirects]]
from = "/feed/"
to = "/feed/feed.xml"
status = 200
status = 200

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

0 comments on commit 94a6f50

Please sign in to comment.