brewTea: staticAssets might need to be a string

This commit is contained in:
41666 2025-05-14 19:22:19 -07:00
parent 36b4dda14a
commit 9d17b10a24
4 changed files with 10 additions and 2 deletions

View file

@ -8,6 +8,10 @@
# maybe don't do this but its possible to reference _any file_.
defaultLayout = ./layouts/default.html;
# this could technically be a raw path; but nix doesn't keep directory name the same.
# use best judgement.
staticAssets = [ "./static" ];
markdollPlugins = let
sPoNgEbOb = pkgs.buildGoModule {
name = "sPoNgEbOb";