From b48d3133ab509e9ef8201c36556c422c073a905e Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 15 Oct 2021 22:14:47 -0400 Subject: themes/hugo-pt2021: remove source map --- themes/hugo-pt2021/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/hugo-pt2021/layouts/partials') diff --git a/themes/hugo-pt2021/layouts/partials/head.html b/themes/hugo-pt2021/layouts/partials/head.html index ea30c93..d73cb07 100644 --- a/themes/hugo-pt2021/layouts/partials/head.html +++ b/themes/hugo-pt2021/layouts/partials/head.html @@ -6,7 +6,7 @@ {{- end -}} - {{- $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" true) -}} + {{- $options := (dict "targetPath" "style.css" "outputStyle" "compressed" "enableSourceMap" false) -}} {{- $style := resources.Get "style.sass" | resources.ToCSS $options | resources.Fingerprint -}} -- cgit v1.2.3