Skip to content

Conversation

@lino-levan
Copy link
Contributor

@lino-levan lino-levan commented Jan 30, 2026

Testing this is super, SUPER painful because of some caching setup we have (i.e. it looks like the static html docs are cached super aggressively)

Before:
image
image

After:
image
image

@vercel
Copy link

vercel bot commented Jan 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
npmx.dev Ready Ready Preview, Comment Jan 30, 2026 10:51pm
2 Skipped Deployments
Project Deployment Actions Updated (UTC)
docs.npmx.dev Ignored Ignored Preview Jan 30, 2026 10:51pm
npmx-lunaria Ignored Ignored Jan 30, 2026 10:51pm

Request Review

@garthdw
Copy link
Contributor

garthdw commented Jan 30, 2026

image LGTM on the deployment

@lino-levan lino-levan changed the title fix: render markdown-style links in deprecated blocks in package docs fix: render markdown in deprecated blocks in package docs Jan 30, 2026
// External URL
if (target.startsWith('http://') || target.startsWith('https://')) {
return `<a href="${target}" target="_blank" rel="noopener" class="docs-link">${displayText}</a>`
return `<a href="${target}" target="_blank" rel="noreferrer" class="docs-link">${displayText}</a>`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

drive by cleanup

@danielroe
Copy link
Member

you can comment out the isr caching route rules, for testing.

@danielroe danielroe enabled auto-merge January 30, 2026 22:53
@danielroe danielroe added this pull request to the merge queue Jan 30, 2026
Merged via the queue into npmx-dev:main with commit 7ae58e6 Jan 30, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants