Commit 420e0a8
fix: correct portal links to use environment-specific URLs
The portal homepage was generating incorrect links to standards sites
because customFields.docsEnv was missing, causing the HomepageFeatures
component to default to production URLs.
- Add docsEnv to portal's customFields in docusaurus.config.ts
- Portal now correctly generates localhost URLs for local development
- Standards links now point to correct environment-specific URLs
This resolves the issue where portal links pointed to production URLs
regardless of the current environment.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent f1460d1 commit 420e0a8
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
0 commit comments