about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml4
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