Skip to content

Commit

Permalink
fix(website): base url in website build (#984)
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 authored Mar 10, 2024
1 parent 4f03cef commit 48aa102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions nix/website-build.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ pkgs.buildNpmPackage {
nativeBuildInputs = buildPackages;
buildPhase = "npm run build";
installPhase = "cp -r public $out";
BASE_URL = "${baseUrl}";
}
2 changes: 1 addition & 1 deletion website/content/en/community/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Community
menu:
main:
weight: 40
weight: 41
---

<!--add blocks of content here to add more sections to the community page -->

0 comments on commit 48aa102

Please sign in to comment.