From 5438b2f4a837e0b97084a8c4f45afb3232cc9cb4 Mon Sep 17 00:00:00 2001 From: Jonathan Carnall Date: Sun, 19 Nov 2023 16:19:34 +0000 Subject: [PATCH] example use hugo serve with disableFastRender --- quickstart.ps1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/quickstart.ps1 b/quickstart.ps1 index ee443b5..0453464 100644 --- a/quickstart.ps1 +++ b/quickstart.ps1 @@ -1,4 +1,10 @@ +### for issues with caching try + +hugo serve --disableFastRender + + +### cd C:\_git\spin-lab-site hugo new site quickstart