fix(website): base url in website build (#984)
This commit is contained in:
parent
4f03cefda0
commit
48aa102342
|
|
@ -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}";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue