memoir/next.config.js

12 lines
190 B
JavaScript
Raw Normal View History

2023-03-07 20:13:09 +00:00
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
})
module.exports = {
...withNextra(),
images: {
unoptimized: true,
},
}