fix(astro): EN index reads from src/content, not ../../docs/wiki #257

Merged
clawdie merged 1 commit from fix/astro-index-path into main 2026-06-28 01:34:08 +02:00

1 commit

Author SHA1 Message Date
8df6613410 fix(astro): EN index reads from src/content, not ../../docs/wiki
Some checks are pending
CI / rust (pull_request) Waiting to run
CI / markdown (pull_request) Waiting to run
CI / port (pull_request) Waiting to run
CI / agent-jail-pkgs (pull_request) Waiting to run
Bug: EN index.astro used path.resolve('../../docs/wiki') which only
works in the dev environment. Production builds from staged copy at
astro/wiki/src/content/ — the other 3 pages already used this.

Added 'sl' to EXCLUDE so Slovenian pages don't leak into EN index.

Verified: 28 EN pages, zero SL leaks. model-selection-and-eval.md
and hive-routing.md render correctly at live wiki.clawdie.si.
2026-06-28 00:59:13 +02:00