Fix incorrect static path
All checks were successful
buildbot/nix-eval Build done.
check / test (push) Successful in 14s
deploy / test (push) Successful in 14s

This commit is contained in:
Luis Hebendanz 2024-05-22 23:05:54 +02:00
parent f9f540e90b
commit 0c302009b6

View File

@ -16,12 +16,9 @@
cp -r ${self}/* .
chmod -R u+w .
substituteInPlace config.toml --replace \
'base_url = "https://clan.lol"' \
'base_url = "${baseUrl}"' \
cp -r website/* website/.* $out
cp -r static/* static/.* $out
rm $out/static
cp -r static/ $out/static
'';
in
{