diff options
author | Alan Pearce | 2020-04-04 23:06:50 +0200 |
---|---|---|
committer | Alan Pearce | 2020-04-04 23:06:50 +0200 |
commit | 5505cc5c8ff9f1e8e0eaecfbf7ae001fd199adb9 (patch) | |
tree | 9342e20cdeb806a59e64800774dfddd62071e428 /netlify.toml | |
parent | 2a226bc9543a032b03fd990dce05dbae5ec32415 (diff) | |
download | website-5505cc5c8ff9f1e8e0eaecfbf7ae001fd199adb9.tar.lz website-5505cc5c8ff9f1e8e0eaecfbf7ae001fd199adb9.tar.zst website-5505cc5c8ff9f1e8e0eaecfbf7ae001fd199adb9.zip |
Fix preload link headers
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index 54927ff..fd97dd4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -78,10 +78,10 @@ for = "/*" [headers.values] Link = ''' -</css/style.css>; rel=preload; as=stylesheet''' +</css/style.css>; rel=preload; as=style''' [[headers]] for = "/post/*" [headers.values] Link = ''' -</css/style.css>; rel=preload; as=stylesheet''' \ No newline at end of file +</css/style.css>; rel=preload; as=style''' \ No newline at end of file |