From 63905836471a688984dbc4affe3c620c7f0e659f Mon Sep 17 00:00:00 2001 From: Shawn Wilson Date: Mon, 26 May 2025 23:17:21 -0400 Subject: [PATCH] Look for an existing file. --- layouts/partials/func/style/GetMainCSS.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/func/style/GetMainCSS.html b/layouts/partials/func/style/GetMainCSS.html index 3bdd66c..efb1267 100644 --- a/layouts/partials/func/style/GetMainCSS.html +++ b/layouts/partials/func/style/GetMainCSS.html @@ -68,7 +68,7 @@ css asset directory we (unless condition below) add to aforementioned slice */}} {{/* We then use toCSS to add sourceMap and minify */}} {{ $options := dict "enableSourceMap" true "precision" 6 }} - {{ $style := resources.Get "css/main.css" }} + {{ $style := resources.Get "ananke/css/_styles.css" }} {{/* We fingerprint in production for cache busting purposes */}} {{ if hugo.IsProduction }} {{ $style = $style | resources.Fingerprint }}