about summary refs log tree commit diff stats
path: root/netlify.toml
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.toml
parentb2d99412e32990a4172b55a5b69a0496d0c1a590 (diff)
downloadwebsite-016edc6999f9d45184136e50b5b19d34529d087d.tar.lz
website-016edc6999f9d45184136e50b5b19d34529d087d.tar.zst
website-016edc6999f9d45184136e50b5b19d34529d087d.zip
deploy locally with just to vercel
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml29
1 files changed, 0 insertions, 29 deletions
diff --git a/netlify.toml b/netlify.toml
deleted file mode 100644
index d733f41..0000000
--- a/netlify.toml
+++ /dev/null
@@ -1,29 +0,0 @@
-[build]
-  publish = "website/public"
-
-[[headers]]
-  for = "/*"
-  [headers.values]
-    x-content-type-options = "nosniff"
-    x-xss-protection = "1; mode=block"
-    referrer-policy = "strict-origin-when-cross-origin"
-    strict-transport-security = "max-age=63072000; includeSubDomains; preload"
-    cache-control = '''
-      max-age=300,
-      s-maxage=86400,
-      state-while-revalidate
-    '''
-    content-security-policy = '''
-      default-src 'none';
-      img-src 'self' https://gc.zgo.at;
-      object-src 'none';
-      script-src 'self' https://gc.zgo.at;
-      style-src
-      'sha256-a4TPKWHB0aSu7cV10GthTEySTJ0w4r0bw6Q8JsNYMbk='
-      'sha256-gyxzfgCOxeAAL8URUdaW2nHYDOr9bzbwFjgSqi7D+8U=';
-      form-action 'none';
-      base-uri 'self';
-      connect-src https://alanpearce-eu.goatcounter.com/count;
-      frame-ancestors 'https://kagi.com';
-      require-trusted-types-for "'script'"
-'''