all repos — homestead @ 64c924a1b59394a0c270bb10a14aa250eef43a3c

Code for my website

netlify/netlify.toml (view raw)

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
  base = "netlify"
  publish = "."

[[redirects]]
  from = "*"
  to = "https://alanpearce.eu/:splat"
  status = 301
  force = true

[[headers]]
  for = "/*"
  [headers.values]
    cache-control = "max-age=86400"