From 4966b52d681d6fe9f5fa1d4b6731e64c76552aac Mon Sep 17 00:00:00 2001 From: mat ess Date: Thu, 20 Oct 2022 21:59:29 -0400 Subject: [PATCH] Fix base_url --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a8f9a2c..1155bb4 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ in '' optimize-images - ${ifStaging "BASE_URL=https://${rev}--mat-services.netlify.app"} + ${ifStaging "BASE_URL=https://staging--mat-services.netlify.app"} zola build --drafts ${ifStaging "--base-url $BASE_URL"} # zola's ignored_content setting doesn't work in static/ ${ifStaging "cp headers/staging public/_headers"}