mirror of https://github.com/onweru/compose.git

weru
25.34.2026 b45fbb12a0878668c2502177076a236d3b7c138f
update tina config
2 files modified
6 ■■■■ changed files
exampleSite/netlify.toml 4 ●●●● patch | view | raw | blame | history
exampleSite/tina/config.ts 2 ●●● patch | view | raw | blame | history
exampleSite/netlify.toml
@@ -4,6 +4,10 @@
NODE_VERSION = "22.23.1"
URL = "https://composedocs.netlify.app/"
# TZ = "Europe/Oslo"
# Raise Node's heap for `tinacms build` indexing (default ~2 GB OOMs).
# Keep this UNDER the build instance's RAM (~3 GB on non-Enterprise) or the
# kernel OOM-killer fires instead. Raise if your plan has more build memory.
NODE_OPTIONS = "--max-old-space-size=2560"
[build]
publish = "public"
exampleSite/tina/config.ts
@@ -38,7 +38,7 @@
      indexerToken: process.env.TINA_SEARCH_TOKEN!,
      stopwordLanguages: ["deu", "eng", "fra", "ita", "spa", "nld"]
    },
    indexBatchSize: 100,
    indexBatchSize: 25,
    maxSearchIndexFieldLength: 100
  }
});