rsnext/examples/with-contentlayer
Mayank 764f6c8ec7
Update dependencies in examples (#55993)
Co-authored-by: Snyk bot <19733683+snyk-bot@users.noreply.github.com>
2023-09-26 22:34:44 +00:00
..
pages Run next/link codemod for Next.js 13 on examples (#41913) 2022-10-30 21:00:45 +01:00
posts Updated the versus short form in ssg-ssr example in docs (#47397) 2023-03-24 17:24:00 -07:00
styles example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
.gitignore Remove incorrect entries for pnpm debug log (#47241) 2023-03-26 22:26:05 -07:00
contentlayer.config.js example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
jsconfig.json Fix with-contentlayer example build error (#37257) 2022-05-27 22:11:50 +00:00
next.config.js example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
package.json Update dependencies in examples (#55993) 2023-09-26 22:34:44 +00:00
README.md update example Deploy button URLs (#48842) 2023-04-26 13:31:44 -04:00

Contentlayer Example

This example shows how to integrate Contentlayer in Next.js. Learn more about Contentlayer.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

npx create-next-app --example with-contentlayer with-contentlayer-app
# or
yarn create next-app --example with-contentlayer with-contentlayer-app

Deploy it to the cloud with Vercel (Documentation).