about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2018-06-18 20:54:25 +0200
committerAlan Pearce2018-06-18 21:01:45 +0200
commit8f441b309f5e53283ddf914ed4d1266438794544 (patch)
tree1597931e6cba53f3404719deb5a2a2ca65c4e99f
parent9ce5443507d93e6bd29fdab3269965d3cdff28ca (diff)
downloadwebsite-8f441b309f5e53283ddf914ed4d1266438794544.tar.lz
website-8f441b309f5e53283ddf914ed4d1266438794544.tar.zst
website-8f441b309f5e53283ddf914ed4d1266438794544.zip
Enable css preload/push
-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 @@
35 from = "http://alanpearce.co.uk/*" 35 from = "http://alanpearce.co.uk/*"
36 to = "https://www.alanpearce.uk/:splat" 36 to = "https://www.alanpearce.uk/:splat"
37 status = 301 37 status = 301
38 force = true \ No newline at end of file 38 force = true
39
40[[headers]]
41 for = "/*"
42 [headers.values]
43 Link = '''
44</css/poole.css>; rel=preload; as=stylesheet,
45</css/syntax.css>; rel=preload; as=stylesheet,
46</css/hyde.css>; rel=preload; as=stylesheet''' \ No newline at end of file