all repos — homestead @ 1ed8f24aaa4a6d81eea4d741e7f90f4e0fec4774

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"