Commit 8ce6250
fix(web): add trailing slash to base path — fixes broken navigation URLs
All internal links were missing a / between the base path and route:
/us-code-trackerbrowse/ instead of /us-code-tracker/browse/
Root cause: astro.config.mjs base was '/us-code-tracker' (no trailing
slash). Astro's BASE_URL concatenated without separator.
Fix: base: '/us-code-tracker/' (with trailing slash)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d1cc1cc commit 8ce6250
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
0 commit comments