fix: opening package docs in a new tab doesn't work#1145
fix: opening package docs in a new tab doesn't work#1145danielroe merged 1 commit intonpmx-dev:mainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
📝 WalkthroughWalkthroughThis change modifies the Nuxt configuration to consolidate package documentation routes. Two separate versioned routes for package docs ( Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Comment |
closes #1101
Description
simplified the
package-docsroute rules innuxt.configto use a global glob pattern. This fixes an issue where Vercel ISR would incorrectly map path parameters, causing 404s and malformed URLs ([...]) when opening documentation in a new tab.