about summary refs log tree commit diff stats
path: root/netlify/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2024-04-19 22:51:03 +0200
committerAlan Pearce2024-04-19 22:51:03 +0200
commit4c80a0b2acb578e5a8bfe311591a85ac19527220 (patch)
treec8f4b62c405fc930e3709c97eeaaa5c2985400f6 /netlify/netlify.toml
parent0d1de2258553f16c9cd492f02f591c4d5457f958 (diff)
downloadwebsite-4c80a0b2acb578e5a8bfe311591a85ac19527220.tar.lz
website-4c80a0b2acb578e5a8bfe311591a85ac19527220.tar.zst
website-4c80a0b2acb578e5a8bfe311591a85ac19527220.zip
Use netlify for redirects
Diffstat (limited to 'netlify/netlify.toml')
-rw-r--r--netlify/netlify.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/netlify/netlify.toml b/netlify/netlify.toml
new file mode 100644
index 0000000..7b203eb
--- /dev/null
+++ b/netlify/netlify.toml
@@ -0,0 +1,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"