about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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