about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2020-01-08 01:58:08 +0100
committerAlan Pearce2020-01-08 01:58:08 +0100
commit63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe (patch)
tree4d293f90cbcab44c46a56ba538266b111a422f16
parent1272711f56cea3901f35863674f6890c66587b7b (diff)
downloadwebsite-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.tar.xz
website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.zip
Update link headers for new theme
-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 @@
68 for = "/*" 68 for = "/*"
69 [headers.values] 69 [headers.values]
70 Link = ''' 70 Link = '''
71</css/poole.css>; rel=preload; as=stylesheet, 71</css/style.css>; rel=preload; as=stylesheet'''
72</css/hyde.css>; rel=preload; as=stylesheet'''
73 72
74[[headers]] 73[[headers]]
75 for = "/post/*" 74 for = "/post/*"
76 [headers.values] 75 [headers.values]
77 Link = ''' 76 Link = '''
78</css/poole.css>; rel=preload; as=stylesheet, 77</css/style.css>; rel=preload; as=stylesheet''' \ No newline at end of file
79</css/hyde.css>; rel=preload; as=stylesheet
80</css/syntax.css>; rel=preload; as=stylesheet''' \ No newline at end of file