diff options
Diffstat (limited to 'web/tvl')
-rw-r--r-- | web/tvl/default.nix | 8 | ||||
-rw-r--r-- | web/tvl/static/favicon.webp | bin | 18750 -> 0 bytes | |||
-rw-r--r-- | web/tvl/static/virus_lounge.webp | bin | 77556 -> 0 bytes |
3 files changed, 2 insertions, 6 deletions
diff --git a/web/tvl/default.nix b/web/tvl/default.nix index e79c47b53162..aa1fc225fe71 100644 --- a/web/tvl/default.nix +++ b/web/tvl/default.nix @@ -41,11 +41,7 @@ let ''; }; in runCommandNoCC "website" {} '' - mkdir -p $out/static + mkdir $out cp ${homepage} $out/index.html - cp -r ${./static}/* $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 + cp -r ${depot.web.static} $out/static '' diff --git a/web/tvl/static/favicon.webp b/web/tvl/static/favicon.webp deleted file mode 100644 index 741cdbc64ff2..000000000000 --- a/web/tvl/static/favicon.webp +++ /dev/null Binary files differdiff --git a/web/tvl/static/virus_lounge.webp b/web/tvl/static/virus_lounge.webp deleted file mode 100644 index 1f898b6ad8a7..000000000000 --- a/web/tvl/static/virus_lounge.webp +++ /dev/null Binary files differ |