forked from M-Labs/nix-scripts
Enforce base_url for intl
Affects robots.txt generation Signed-off-by: Egor Savkin <es@m-labs.hk>
This commit is contained in:
parent
0b8533f9e7
commit
ff8f09f7aa
2
web.nix
2
web.nix
|
@ -8,7 +8,7 @@ in
|
|||
web-intl = pkgs.runCommand "web-intl" {}
|
||||
''
|
||||
cd ${web-src}
|
||||
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out
|
||||
DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out -u https://m-labs-intl.com
|
||||
'';
|
||||
sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec {
|
||||
pname = "sphinxcontrib-platformpicker";
|
||||
|
|
Loading…
Reference in New Issue