rsnext/examples/with-contentlayer
Imad Atyat-Allah 3c295f0017
Fix with-contentlayer example build error (#37257)
## Bug

- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have helpful link attached, see `contributing.md`

## Feature

- [ ] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [ ] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Documentation added
- [ ] Telemetry added. In case of a feature if it's used or not.
- [ ] Errors have helpful link attached, see `contributing.md`

## Documentation / Examples

- [ ] Make sure the linting passes by running `yarn lint`
- [ ] The examples guidelines are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing.md#adding-examples)
2022-05-27 22:11:50 +00:00
..
pages example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
posts example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
styles example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
.gitignore example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00: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 example: Added with-contentlayer example (#30045) 2022-05-22 15:19:10 +00:00
README.md add pnpm link to docs (#37221) 2022-05-27 15:46:38 -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).