memoir/next.config.js

12 lines
190 B
JavaScript

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
})
module.exports = {
...withNextra(),
images: {
unoptimized: true,
},
}