From 65b9feb3dea19d1fab0e9f6ce3d71e2ae4a03cf3 Mon Sep 17 00:00:00 2001 From: Stephan Renatus Date: Wed, 2 Nov 2022 10:59:49 +0100 Subject: [PATCH] netlify.toml: declare framework for dev I've found that adding this live means I can use netlify dev --offline without any further switches. For some reason, I had run into trouble with "cecil" when using it like that. Signed-off-by: Stephan Renatus --- netlify.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/netlify.toml b/netlify.toml index b8c328b0d3..ad1d2bcb2e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -17,6 +17,7 @@ command = "make netlify-preview WASM_ENABLED=0 CGO_ENABLED=0" # "netlify dev" will serve the static content using netlify locally # with all the redirects and other netlify specific rules in place. publish = "docs/website/public" +framework = "#static" # To run the netlify dev service with hugo dev server "live" behind # it uncomment these lines: