Move to escapement.warehack.ing; fix GFM tables in MDX
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.
This commit is contained in:
parent
3b505644b2
commit
674ad25662
9 changed files with 29 additions and 16 deletions
|
|
@ -4,6 +4,6 @@
|
|||
|
||||
COMPOSE_PROJECT_NAME=cuckoo-escapement-docs
|
||||
|
||||
# Production: cuckoo.warehack.ing
|
||||
# Local dev: cuckoo.l.warehack.ing (internal only — never reference publicly)
|
||||
DOMAIN=cuckoo.warehack.ing
|
||||
# Production: escapement.warehack.ing
|
||||
# Local dev: escapement.l.warehack.ing (internal only — never reference publicly)
|
||||
DOMAIN=escapement.warehack.ing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue