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: