From fb6ca6c245f712ced2c9f8472958fe0e4d28b4c4 Mon Sep 17 00:00:00 2001 From: Michal Vanko Date: Mon, 7 Oct 2024 10:17:45 +0200 Subject: [PATCH] fix not-found --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 795a312..249fa94 100644 --- a/justfile +++ b/justfile @@ -52,7 +52,7 @@ clean: # SSG ssg: - wget --no-convert-links -r -p -E -P dist --no-host-directories 127.0.0.1:{{port}} - - wget --no-convert-links -p -E -P dist --no-host-directories 127.0.0.1:{{port}}/not-found + - wget --no-convert-links --content-on-error -p -E -P dist --no-host-directories 127.0.0.1:{{port}}/not-found find generated_images/ -name "*_og*" -exec cp --parents {} dist/ \; # Preview server