diff --git a/nix/website-build.nix b/nix/website-build.nix index c40aa6d5..9962ced6 100644 --- a/nix/website-build.nix +++ b/nix/website-build.nix @@ -18,4 +18,5 @@ pkgs.buildNpmPackage { nativeBuildInputs = buildPackages; buildPhase = "npm run build"; installPhase = "cp -r public $out"; + BASE_URL = "${baseUrl}"; } diff --git a/website/content/en/community/_index.md b/website/content/en/community/_index.md index cdade163..2a7dbad7 100644 --- a/website/content/en/community/_index.md +++ b/website/content/en/community/_index.md @@ -2,7 +2,7 @@ title: Community menu: main: - weight: 40 + weight: 41 ---