Skip to content

brendan-jarvis/nextjs

Repository files navigation

Blog

This is a T3 Stack project bootstrapped with create-t3-app.

Blog and project pages are written in MDX and converted to typesafe JSON using Contentlayer, inspired by this blog.

What's next?

  1. Check if the following can be removed from package.json. Requires packages/next-contentlayer/package.json to have peerDependencies of "next": "^12 || ^13 || ^14",.
"overrides": {
"next-contentlayer": {
"next": "$next"
}
}

Learn More

To learn more about the T3 Stack, take a look at the following resources:

You can check out the create-t3-app GitHub repository — your feedback and contributions are welcome!