commit 5bf86fbb996517a4b5b1e8ef30861b5b4f632846 parent 3d578823d4989685d48a296972e6c2b8ad0c8276 author: nathanael <nathanael@dalliard.ch> date: Sun, 26 Oct 2025 09:28:22 +0000 hugo build future diffstat:
| M | makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/makefile b/makefile @@ -8,4 +8,4 @@ sync: @openrsync --rsync-path=openrsync -rt --del public/ s1:/var/www/www/ serve: - @hugo server --buildDrafts --navigateToChanged + @hugo server -F --buildDrafts --navigateToChanged