diff --git a/netlify.toml b/netlify.toml index 95ee5a0..0750528 100644 --- a/netlify.toml +++ b/netlify.toml @@ -14,4 +14,10 @@ [[redirects]] from = "/feed/" to = "/feed/feed.xml" - status = 200 \ No newline at end of file + status = 200 + + [[redirects]] + from = "http://not.jsoxford.com/*" + to = "https://not.jsoxford.com/:splat" + status = 301 + force = true \ No newline at end of file