From 8f441b309f5e53283ddf914ed4d1266438794544 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 18 Jun 2018 20:54:25 +0200 Subject: Enable css preload/push --- netlify.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index daedd90..bbd316c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -35,4 +35,12 @@ from = "http://alanpearce.co.uk/*" to = "https://www.alanpearce.uk/:splat" status = 301 - force = true \ No newline at end of file + force = true + +[[headers]] + for = "/*" + [headers.values] + Link = ''' +; rel=preload; as=stylesheet, +; rel=preload; as=stylesheet, +; rel=preload; as=stylesheet''' \ No newline at end of file -- cgit 1.4.1