Commit b5bc288
committed
fix: use pathname:// for package browser footer link
The footer's Package browser link pointed at /packages/ as a plain
internal href, so Docusaurus's broken-link checker flagged it on every
page since /packages is a static-only asset with no matching route,
even though the file exists under static/packages/ and the link works.
download.mdx already used the pathname:// escape hatch for the same
target; apply it here too.
Assisted-by: Claude Code:claude-sonnet-51 parent c7b7b70 commit b5bc288
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments