diff options
author | Alan Pearce | 2020-01-08 01:58:08 +0100 |
---|---|---|
committer | Alan Pearce | 2020-01-08 01:58:08 +0100 |
commit | 63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe (patch) | |
tree | 4d293f90cbcab44c46a56ba538266b111a422f16 | |
parent | 1272711f56cea3901f35863674f6890c66587b7b (diff) | |
download | website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.tar.lz website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.tar.zst website-63801c7c51f4ebf7f8649e9a1ea4f7b72826f0fe.zip |
Update link headers for new theme
-rw-r--r-- | netlify.toml | 7 |
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 |