about summary refs log tree commit diff stats
path: root/netlify/netlify.toml
blob: 7b203eb3203620d50cf176bbe58f5ad3e129cb71 (plain)
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"