-
Notifications
You must be signed in to change notification settings - Fork 353
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
Nextra 2 #390
Nextra 2 #390
Conversation
@promer94 is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
I have to remove the changelog page here and use github link to replace them here. Since Nextra v2 removed some default style for markdown elements https://github.com/shuding/nextra/blob/8c87fc03121fe50fef9766983185ce295705b563/packages/nextra-theme-docs/src/styles.css#L394-L584 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* fix index and blog page h1 style * fix blog read more link style
|
||
{ | ||
// wrapped with {} to mark it as javascript so mdx will not put it under a p tag | ||
} | ||
{<h1 className="text-center font-extrabold md:text-5xl mt-8">SWR</h1>} | ||
{<h1 className="text-center text-4xl tracking-tighter font-extrabold md:text-5xl mt-8">SWR</h1>} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
H1 default style was in https://github.com/shuding/nextra/blob/8c87fc03121fe50fef9766983185ce295705b563/packages/nextra-theme-docs/src/styles.css#L394-L398.
But got remove in nextra v2.
So i add it back
Description
Upgrade Nextra to V2