memoir/next.config.js

14 lines
219 B
JavaScript

import nextra from 'nextra'
const withNextra = nextra({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.jsx',
})
export default withNextra({
output: 'export',
images: {
unoptimized: true,
},
})