Skip to content

Commit 71de892

Browse files
authored
feat(blox-tailwind): fingerprint dist/wc.min.css (#3180)
1 parent 910927f commit 71de892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/blox-tailwind/layouts/partials/site_head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
{{/* Style */}}
5959
{{ if ne (os.Getenv "HUGO_BLOX_POSTCSS") "true" }}
60-
{{ $styles := resources.Get "dist/wc.min.css" }}
60+
{{ $styles := resources.Get "dist/wc.min.css" | fingerprint "sha256" }}
6161
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
6262
{{ else }}
6363
{{ $options := dict "inlineImports" true }}

0 commit comments

Comments
 (0)