all repos — website @ 993036f636b446c60ad4dfdb9fb5bc911b686d4a

My website

Update to .eu

Alan Pearce
commit

993036f636b446c60ad4dfdb9fb5bc911b686d4a

parent

dc7dfc77d7ed088d198cbef6fee6a98ad8ef157c

3 files changed, 33 insertions(+), 9 deletions(-)

changed files
M config.tomlconfig.toml
@@ -1,5 +1,5 @@
languageCode = "en-gb" -baseurl = "https://www.alanpearce.uk" +baseurl = "https://www.alanpearce.eu" title = "Alan Pearce" theme = "hyde" pygmentsUseClasses = true
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
M static/robots.txtstatic/robots.txt
@@ -1,4 +1,4 @@
User-agent: * Disallow: -Host: alanpearce.uk -Sitemap: https://alanpearce.uk/sitemap.xml +Host: alanpearce.eu +Sitemap: https://alanpearce.eu/sitemap.xml