From affa543a2c564028f1cc6d54381dbec8691196fb Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 8 Jan 2024 10:14:23 -0400 Subject: upd8, write: general step summary defaults/fallback refactor --- src/write/build-modes/static-build.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/write/build-modes/static-build.js') diff --git a/src/write/build-modes/static-build.js b/src/write/build-modes/static-build.js index f292fde0..bed24332 100644 --- a/src/write/build-modes/static-build.js +++ b/src/write/build-modes/static-build.js @@ -37,6 +37,16 @@ const pageFlags = Object.keys(pageSpecs); export const description = `Generates all page content in one build (according to the contents of data files at build time) and writes them to disk, preparing the output folder for upload and serving by any static web host\n\nIntended for any production or public-facing release of a wiki; serviceable for local development, but can be a bit unwieldy and time/CPU-expensive`; +export const config = { + languageReloading: { + applicable: false, + }, + + thumbs: { + default: true, + }, +}; + export function getCLIOptions() { return { // This is the output directory. It's the one you'll upload online with -- cgit 1.3.0-6-gf8a5