From 559194ece26cda5dc295b7889e9cd503a586c866 Mon Sep 17 00:00:00 2001 From: Konstantin Kollar Date: Mon, 8 Apr 2024 17:01:49 +0200 Subject: [PATCH] minify tailwind --- themes/bluewater/layouts/index.html | 4 ++-- themes/bluewater/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/bluewater/layouts/index.html b/themes/bluewater/layouts/index.html index 411e01a..d8fd1c1 100644 --- a/themes/bluewater/layouts/index.html +++ b/themes/bluewater/layouts/index.html @@ -1,7 +1,7 @@ {{ define "main" }} {{ $p := where site.RegularPages "Type" "blog" }}
- + Ein Bild von einer Insel mit Palmen, dem Meer und dem Himmel + height="280px" width="1200px" class="lg:w-full my-4">
diff --git a/themes/bluewater/package.json b/themes/bluewater/package.json index 7280ea0..f3482d9 100644 --- a/themes/bluewater/package.json +++ b/themes/bluewater/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css", + "build": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --minify", "watch": "npx tailwindcss -i ./tailwind.css -o ./assets/style.css --watch" }, "keywords": [],