all repos — homestead @ 139db74f5d6070dd3f640daf2f1e49ed723c9ec1

Code for my website

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