about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml10
1 files changed, 9 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml
index daedd90..bbd316c 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -35,4 +35,12 @@
   from = "http://alanpearce.co.uk/*"
   to = "https://www.alanpearce.uk/:splat"
   status = 301
-  force = true
\ No newline at end of file
+  force = true
+
+[[headers]]
+  for = "/*"
+  [headers.values]
+    Link = '''
+</css/poole.css>; rel=preload; as=stylesheet,
+</css/syntax.css>; rel=preload; as=stylesheet,
+</css/hyde.css>; rel=preload; as=stylesheet'''
\ No newline at end of file