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

git-hub-9999
09.15.2026 73580d9b0dfe1d257378412d0a97b764080b0c8e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build.environment]
GO_VERSION = "1.26.5"
HUGO_VERSION = "0.164.0"
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"
command = """\
  tinacms build &&
  git config core.quotepath false && \
  hugo --gc --minify --baseURL "${URL}"
  """