-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Updates blog example to Next.js 15 and adds types #968
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Someone is attempting to deploy a commit to the Vercel Examples Team on Vercel. A member of the Team first needs to authorize it. |
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/@types/[email protected], npm/@vercel/[email protected], npm/@vercel/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected], npm/[email protected] |
Description
Updates blog example to use Next.js v15, with updated TailwindCSS and types.
When using this boilerplate I had some issues with TailwindCSS dark/light theme toggle, and had to update everything to work it out.
Also updates
next.config.ts
withtranspilePackages: ['next-mdx-remote']
so MDX rendering works, solving this issue.Demo URL
Type of Change