about summary refs log tree commit diff stats
path: root/netlify
diff options
context:
space:
mode:
authorAlan Pearce2024-06-02 00:19:27 +0200
committerAlan Pearce2024-06-02 00:19:27 +0200
commit016edc6999f9d45184136e50b5b19d34529d087d (patch)
treeedbb6382e775c0cf79ef62e7439cd0b2d01b4c58 /netlify
parentb2d99412e32990a4172b55a5b69a0496d0c1a590 (diff)
downloadwebsite-016edc6999f9d45184136e50b5b19d34529d087d.tar.lz
website-016edc6999f9d45184136e50b5b19d34529d087d.tar.zst
website-016edc6999f9d45184136e50b5b19d34529d087d.zip
deploy locally with just to vercel
Diffstat (limited to 'netlify')
-rw-r--r--netlify/netlify.toml14
1 files changed, 0 insertions, 14 deletions
diff --git a/netlify/netlify.toml b/netlify/netlify.toml
deleted file mode 100644
index 7b203eb..0000000
--- a/netlify/netlify.toml
+++ /dev/null
@@ -1,14 +0,0 @@
-[build]
-  base = "netlify"
-  publish = "."
-
-[[redirects]]
-  from = "*"
-  to = "https://alanpearce.eu/:splat"
-  status = 301
-  force = true
-
-[[headers]]
-  for = "/*"
-  [headers.values]
-    cache-control = "max-age=86400"