fix(website): base url in website build (#984)

This commit is contained in:
Luigi Operoso 2024-03-10 17:52:47 +01:00 committed by GitHub
parent 4f03cefda0
commit 48aa102342
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -18,4 +18,5 @@ pkgs.buildNpmPackage {
nativeBuildInputs = buildPackages; nativeBuildInputs = buildPackages;
buildPhase = "npm run build"; buildPhase = "npm run build";
installPhase = "cp -r public $out"; installPhase = "cp -r public $out";
BASE_URL = "${baseUrl}";
} }

View File

@ -2,7 +2,7 @@
title: Community title: Community
menu: menu:
main: main:
weight: 40 weight: 41
--- ---
<!--add blocks of content here to add more sections to the community page --> <!--add blocks of content here to add more sections to the community page -->