netlify.toml (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | [[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 |