data endpoint for entity 90008 (aka. a website)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build(nix): let public base url be settable [skip ci]

dusk 420c26e6 79e0eeb7

+2 -1
+2 -1
nix/default.nix
··· 4 4 bun, 5 5 makeBinaryWrapper, 6 6 gazesys-modules, 7 + PUBLIC_BASE_URL ? "http://localhost:5173", 7 8 }: 8 9 stdenv.mkDerivation { 9 10 name = "gazesys-website"; ··· 26 27 nativeBuildInputs = [makeBinaryWrapper]; 27 28 buildInputs = [bun]; 28 29 29 - PUBLIC_BASE_URL="http://localhost:5173"; 30 + inherit PUBLIC_BASE_URL; 30 31 31 32 dontCheck = true; 32 33