feat: added site map

This commit is contained in:
Leyla Becker 2026-02-11 15:51:26 -06:00
parent 7682677cf6
commit a7676d06b6
9 changed files with 62 additions and 21 deletions

View file

@ -5,6 +5,7 @@
pnpm_10,
fetchPnpmDeps,
pnpmConfigHook,
siteUrl,
}: let
nodejs = nodejs_latest;
pnpm = pnpm_10;
@ -31,7 +32,7 @@ in
buildPhase = ''
runHook preBuild
pnpm build
SITE_URL="${siteUrl}" pnpm build
runHook postBuild
'';