From 0b8533f9e788e924970ceb5cfd5761f001ae31f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Bourdeauducq?= Date: Thu, 24 Oct 2024 16:00:53 +0800 Subject: [PATCH] Revert "Temporary upload website to intl with m-labs.hk" This reverts commit c7cafe6e61846a24646fdca31ec8ce844e715cdb. --- web.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web.nix b/web.nix index 92c5b64..5056629 100644 --- a/web.nix +++ b/web.nix @@ -8,7 +8,7 @@ in web-intl = pkgs.runCommand "web-intl" {} '' cd ${web-src} - DOMAINNAME=m-labs.hk ${pkgs.zola}/bin/zola build -o $out + DOMAINNAME=m-labs-intl.com ${pkgs.zola}/bin/zola build -o $out ''; sphinxcontrib-platformpicker = pkgs.python3Packages.buildPythonPackage rec { pname = "sphinxcontrib-platformpicker";