refactor(web): Serve static assets to //web/homepage
Shuffles around the nginx locations that are served to ensure that all static content will be served from tazj.in/static (including for the blog).
This commit is contained in:
parent
e6002f95cd
commit
39854d71b2
3 changed files with 10 additions and 28 deletions
|
|
@ -34,8 +34,6 @@ let
|
|||
rendered = pkgs.third_party.runCommandNoCC "tazjins-blog" {} ''
|
||||
mkdir -p $out
|
||||
|
||||
cp ${fragments.blogIndex posts} $out/index.html
|
||||
|
||||
${lib.concatStringsSep "\n" (map (post:
|
||||
"cp ${fragments.renderPost post} $out/${post.key}.html"
|
||||
) posts)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue