From bfb4a228198c7c3987116d912d19fac6283d1090 Mon Sep 17 00:00:00 2001 From: moritzruth Date: Sun, 2 Mar 2025 17:16:46 +0100 Subject: [PATCH] Add immutable paths to site.toml --- public/site.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/public/site.toml b/public/site.toml index 03e363f..fbc52ee 100644 --- a/public/site.toml +++ b/public/site.toml @@ -1,4 +1,5 @@ paths_mode = "spa" +immutable_paths = ["/assets/*"] [[redirects]] kind = "temporary"