Add more redirects
Alan Pearce alan@alanpearce.eu
Wed, 06 Jun 2018 21:13:34 +0000
1 files changed, 12 insertions(+), 0 deletions(-)
jump to
M netlify.toml → netlify.toml
@@ -2,4 +2,16 @@ [[redirects]] from = "https://alanpearceuk.netlify.com/*" to = "https://alanpearce.uk/:splat" status = 301 + force = true + +[[redirects]] + from = "https://www.alanpearce.co.uk/*" + to = "https://alanpearce.uk/:splat" + status = 301 + force = true + +[[redirects]] + from = "https://alanpearce.co.uk/*" + to = "https://alanpearce.uk/:splat" + status = 301 force = true