Skip to content

Commit 3597cd9

Browse files
committed
Disable SRI to enable compression by Cloudflare
1 parent c54008e commit 3597cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@
2929

3030
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed" "enableSourceMap" true "includePaths" (slice "node_modules")) }}
3131
{{ $style := resources.Get "css/main.scss" | toCSS $options | postCSS (dict "config" "./assets/css/postcss.config.js") | fingerprint "sha384" }}
32-
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}">
32+
<link rel="stylesheet" href="{{ $style.Permalink }}">

0 commit comments

Comments
 (0)