From 48aa10234274ff0230b04525fc3b6bba9139c79f Mon Sep 17 00:00:00 2001 From: Luigi Operoso <40476330+brokenpip3@users.noreply.github.com> Date: Sun, 10 Mar 2024 17:52:47 +0100 Subject: [PATCH] fix(website): base url in website build (#984) --- nix/website-build.nix | 1 + website/content/en/community/_index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/website-build.nix b/nix/website-build.nix index c40aa6d5f..9962ced6b 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 cdade1630..2a7dbad77 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 ---