rsnext/examples/blog/next.config.js
2021-03-21 19:44:59 -05:00

2 lines
109 B
JavaScript

const withNextra = require('nextra')('nextra-theme-blog', './theme.config.js')
module.exports = withNextra()