Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: ssr treats all anchor links as external #395

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

Jille
Copy link

@Jille Jille commented May 28, 2024

556ff29 made it skip the anchor expanding when we're in SSR mode. However, that means that a later check will mark it as an external link (which adds the external-link icon)

This resolves the difference between the SSG (and probably SSR) and the browsers rendering

quasarframework@556ff29
made it skip the anchor expanding when we're in SSR mode. However, that
means that a later check will mark it as an external link (which adds
the external-link icon)

This resolves the difference between the SSG (and probably SSR) and the
browsers rendering
@hawkeye64 hawkeye64 merged commit 7b6a175 into quasarframework:next Dec 31, 2024
@hawkeye64
Copy link
Member

Thank you for helping out.

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.

2 participants