From ff6d1db0fc327bb5b336003f7618b474218af3a9 Mon Sep 17 00:00:00 2001 From: Dwayne Charrington Date: Mon, 16 Dec 2024 10:28:14 +1000 Subject: [PATCH] fix(head): update stylesheet link for production changed the stylesheet link to use the site's base URL in production, ensuring proper path resolution. The development environment remains unchanged. --- themes/aurelia-theme/layouts/partials/head/css.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/aurelia-theme/layouts/partials/head/css.html b/themes/aurelia-theme/layouts/partials/head/css.html index 4a02875..fcd4787 100644 --- a/themes/aurelia-theme/layouts/partials/head/css.html +++ b/themes/aurelia-theme/layouts/partials/head/css.html @@ -1,5 +1,5 @@ {{ if hugo.IsProduction }} - + {{ else }} {{ end }} \ No newline at end of file