Bug: file symlinks to .md files are 404s because there is no corresponding symlink to the .html #24

Closed
opened 2025-03-20 22:08:39 -05:00 by bss · 0 comments
Owner

e.g.

fu.md -> foo.md
foo.md

...yields foo.html (good) but no fu.html, meaning a rule to try a /fu request as /fu.html will still 404 (bad) because the replacement doesn't exist.

Copying the .md symlink and making a new .html symlink in the output dir should fix it.

e.g. ``` fu.md -> foo.md foo.md ``` ...yields `foo.html` (good) but no `fu.html`, meaning a rule to try a `/fu` request as `/fu.html` will still 404 (bad) because the replacement doesn't exist. Copying the .md symlink and making a new .html symlink in the output dir should fix it.
bss added the
bug
label 2025-03-20 22:08:39 -05:00
bss closed this issue 2025-03-21 08:33:50 -05:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: bss/incorporeal-cms#24
No description provided.