rsnext/examples/markdoc/next.config.js
Mike Fix 91c75b6c1f
Add with-markdoc/ example (#36867)
* add with-markdoc/ example

* rename as markdoc/

* use latest

* update README

* add .gitignore

* typescript changes

* update .gitignore

* make folders files

* update next.config.js

* fix prettier

* rename _app.ts -> _app.tsx
2022-05-18 18:52:45 -05:00

6 lines
203 B
JavaScript

const withMarkdoc = require('@markdoc/next.js')
module.exports =
withMarkdoc(/* config: https://markdoc.io/docs/nextjs#options */)({
pageExtensions: ['js', 'jsx', 'ts', 'tsx', 'md', 'mdoc'],
})