Fix style dir

This commit is contained in:
stefan burke 2025-01-08 22:41:30 +00:00
parent 0570e86605
commit da55542c03

View file

@ -38,7 +38,7 @@ pkgs.stdenv.mkDerivation {
buildPhase = '' buildPhase = ''
echo 'Building CSS' echo 'Building CSS'
sass --update style:_site/css --style compressed sass --update style:_site/style --style compressed
echo 'Building site' echo 'Building site'
yarn --offline eleventy yarn --offline eleventy