all repos — homestead @ 6dc1d3ad4f1aa2f356e250851663332b559a9dbe

Code for my website

Update to .eu

Alan Pearce
commit

6dc1d3ad4f1aa2f356e250851663332b559a9dbe

parent

26e3ae8cf6bca6db35130b482ee3dc69fc60a9e8

1 file changed, 30 insertions(+), 6 deletions(-)

jump to
M netlify.tomlnetlify.toml
@@ -11,32 +11,56 @@ [context.branch-deploy.environment]
HUGO_ENABLEGITINFO = "true" [[redirects]] - from = "https://alanpearceuk.netlify.com/*" - to = "https://www.alanpearce.uk/:splat" + from = "https://alanpearceeu.netlify.com/*" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "https://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "https://alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "http://www.alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true [[redirects]] from = "http://alanpearce.co.uk/*" - to = "https://www.alanpearce.uk/:splat" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://www.alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://www.alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" + status = 301 + force = true + +[[redirects]] + from = "http://alanpearce.uk/*" + to = "https://www.alanpearce.eu/:splat" status = 301 force = true