rsnext/examples/with-contentlayer/next.config.js
Imad Atyat-Allah 99b017e5cb
example: Added with-contentlayer example (#30045)
## Documentation / Examples

- [x] Make sure the linting passes


Co-authored-by: Lee Robinson <9113740+leerob@users.noreply.github.com>
2022-05-22 15:19:10 +00:00

3 lines
97 B
JavaScript

const { withContentlayer } = require('next-contentlayer')
module.exports = withContentlayer({})