From e9ea66c16ca71fa94b1f02521d00ec3be7f998c5 Mon Sep 17 00:00:00 2001 From: mat ess Date: Thu, 20 Oct 2022 22:20:51 -0400 Subject: [PATCH] Disable headers file --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1155bb4..398edbd 100644 --- a/flake.nix +++ b/flake.nix @@ -28,8 +28,8 @@ optimize-images ${ifStaging "BASE_URL=https://staging--mat-services.netlify.app"} zola build --drafts ${ifStaging "--base-url $BASE_URL"} + # ${ifStaging "cp headers/staging public/_headers"} # zola's ignored_content setting doesn't work in static/ - ${ifStaging "cp headers/staging public/_headers"} rm -rf public/image/_favicon.svg ''; in