We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Seems that the example has been removed. Is next.js / nextra still supported?
4f963b1
The text was updated successfully, but these errors were encountered:
I think people are using it with next, I just haven't used next myself and couldn't really say
Sorry, something went wrong.
I integrated shikijs with next app router without any issues. When I added twoslash it couldn't run.
Add @shikijs/twoslash to serverComponentsExternalPackages to solve the error.
@shikijs/twoslash
serverComponentsExternalPackages
const nextConfig = { experimental: { serverComponentsExternalPackages: [ "@shikijs/twoslash", ], }, };
feat: add twoslash
a4776dc
shikijs/twoslash#191 (comment)
No branches or pull requests
Seems that the example has been removed. Is next.js / nextra still supported?
4f963b1
The text was updated successfully, but these errors were encountered: