diff options
author | Alan Pearce | 2022-04-30 16:38:50 +0200 |
---|---|---|
committer | Alan Pearce | 2022-04-30 16:38:50 +0200 |
commit | 2499d950cf87bc7db824fa0a72d9ce731d8ed946 (patch) | |
tree | 867ddc23adea7f3524fbaa597544c8ffbb280d2c | |
parent | 5ce0ddf69c53f93ed7d712e83ee60c4489a1cc98 (diff) | |
download | website-2499d950cf87bc7db824fa0a72d9ce731d8ed946.tar.lz website-2499d950cf87bc7db824fa0a72d9ce731d8ed946.tar.zst website-2499d950cf87bc7db824fa0a72d9ce731d8ed946.zip |
Remove .co.uk redirects
-rw-r--r-- | netlify.toml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/netlify.toml b/netlify.toml index 119ae98..39a659d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,30 +17,6 @@ command = "zola build --base-url $DEPLOY_PRIME_URL" force = true [[redirects]] - from = "https://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.eu/:splat" - status = 301 - force = true - -[[redirects]] - from = "https://alanpearce.co.uk/*" - to = "https://www.alanpearce.eu/:splat" - status = 301 - force = true - -[[redirects]] - from = "http://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.eu/:splat" - status = 301 - force = true - -[[redirects]] - from = "http://alanpearce.co.uk/*" - to = "https://www.alanpearce.eu/:splat" - status = 301 - force = true - -[[redirects]] from = "https://www.alanpearce.uk/*" to = "https://www.alanpearce.eu/:splat" status = 301 |