reflected kindergarten yarn to pnpm migration

This commit is contained in:
Marcel - 2023-10-27 22:35:57 +02:00
parent 3c9e304bf0
commit ab011886dc
Signed by: m4rc3l
GPG Key ID: 446F3B093DF81C6A
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
enableACME = true;
forceSSL = true;
locations."~ ^/(de|en)" = {
root = if (config.deployment-TLMS.domain == "tlm.solutions") then "${pkgs.kindergarten}/bin/" else "${pkgs.kindergarten-staging}/bin/";
root = if (config.deployment-TLMS.domain == "tlm.solutions") then "${pkgs.kindergarten}" else "${pkgs.kindergarten-staging}";
# index = "index.html";
tryFiles = "$uri /$1/index.html =404";
extraConfig = ''