about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml36
1 files changed, 30 insertions, 6 deletions
diff --git a/netlify.toml b/netlify.toml
index 6b14df6..372d71e 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -11,32 +11,56 @@
   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