fix(tazjin/homepage): Fix configuration settings after page moves

My personal pages have moved out of //web, and various changes were
necessary to keep everything working.

Change-Id: I2f81fdd8ba2ce2ce6fea7e329bbdcda6092cc8a6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/604
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
Vincent Ambo 2020-06-26 20:28:06 +01:00 committed by tazjin
parent a2cbbedc65
commit 351ed4f044
3 changed files with 9 additions and 9 deletions

View file

@ -68,7 +68,7 @@ in runCommandNoCC "website" {} ''
cp ${homepage} $out/index.html
cp -r ${./static}/* $out/static
# Some assets are stolen from the blog
cp ${depot.web.homepage}/static/jetbrains-* $out/static
cp ${depot.web.homepage}/static/tazjin.css $out/static
# Some assets are stolen from tazjin's blog
cp ${depot.users.tazjin.homepage}/static/jetbrains-* $out/static
cp ${depot.users.tazjin.homepage}/static/tazjin.css $out/static
''