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;
|
||||
buildPhase = "npm run build";
|
||||
installPhase = "cp -r public $out";
|
||||
BASE_URL = "${baseUrl}";
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Reference in New Issue