The landing page's headline results table was rendering as a paragraph of raw
pipe characters. Astro applies remark-gfm to .md but it wasn't reaching the MDX
pipeline, so every .md page rendered tables fine and only index.mdx was broken —
which is exactly why it went unnoticed. mdx({remarkPlugins:[remarkGfm]}) fixes it.
cuckoo.warehack.ing stays as a permanent redirect; it was live briefly.
10 lines
375 B
Plaintext
10 lines
375 B
Plaintext
# The Cuckoo Escapement — docs-site environment.
|
|
# Note: no MODE var. The compose *profile* is the mode switch
|
|
# (the warehacking reference doc is stale on this point).
|
|
|
|
COMPOSE_PROJECT_NAME=cuckoo-escapement-docs
|
|
|
|
# Production: escapement.warehack.ing
|
|
# Local dev: escapement.l.warehack.ing (internal only — never reference publicly)
|
|
DOMAIN=escapement.warehack.ing
|