mirror of
https://github.com/cupcakearmy/memoir.git
synced 2024-12-22 08:06:27 +00:00
12 lines
190 B
JavaScript
12 lines
190 B
JavaScript
const withNextra = require('nextra')({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './theme.config.jsx',
|
|
})
|
|
|
|
module.exports = {
|
|
...withNextra(),
|
|
images: {
|
|
unoptimized: true,
|
|
},
|
|
}
|