about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2020-01-08 01:58:08 +0100
committerAlan Pearce2020-01-08 01:58:08 +0100
commit63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe (patch)
tree4d293f90cbcab44c46a56ba538266b111a422f16 /netlify.toml
parent1272711f56cea3901f35863674f6890c66587b7b (diff)
downloadwebsite-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.tar.lz
website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.tar.zst
website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.zip
Update link headers for new theme
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml7
1 files changed, 2 insertions, 5 deletions
diff --git a/netlify.toml b/netlify.toml
index 125982c..4a2efbb 100644
--- a/netlify.toml
+++ b/netlify.toml
@@ -68,13 +68,10 @@
   for = "/*"
   [headers.values]
     Link = '''
-</css/poole.css>; rel=preload; as=stylesheet,
-</css/hyde.css>; rel=preload; as=stylesheet'''
+</css/style.css>; rel=preload; as=stylesheet'''
 
 [[headers]]
   for = "/post/*"
   [headers.values]
     Link = '''
-</css/poole.css>; rel=preload; as=stylesheet,
-</css/hyde.css>; rel=preload; as=stylesheet
-</css/syntax.css>; rel=preload; as=stylesheet'''
\ No newline at end of file
+</css/style.css>; rel=preload; as=stylesheet'''
\ No newline at end of file