fix(astro): EN index reads from src/content, not ../../docs/wiki #257
No reviewers
Labels
No labels
doctor-fix
first-proof blocker
hardening
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: clawdie/colibri#257
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/astro-index-path"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.