From da55542c03f61ae5a30e328e8baca0e04011f690 Mon Sep 17 00:00:00 2001 From: Stefan Date: Wed, 8 Jan 2025 22:41:30 +0000 Subject: [PATCH] Fix style dir --- default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.nix b/default.nix index f794277..2a9bb88 100644 --- a/default.nix +++ b/default.nix @@ -38,7 +38,7 @@ pkgs.stdenv.mkDerivation { buildPhase = '' echo 'Building CSS' - sass --update style:_site/css --style compressed + sass --update style:_site/style --style compressed echo 'Building site' yarn --offline eleventy