fix asset links

This commit is contained in:
Yan Lin 2026-02-02 15:21:41 +01:00
parent a778631488
commit da4ecd6305
5 changed files with 18 additions and 15 deletions

View file

@ -12,6 +12,9 @@
(writeShellScriptBin "serve" ''
python generate.py && python watch.py
'')
(writeShellScriptBin "build" ''
python generate.py
'')
];
shellHook = ''
uv sync