mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-05 23:40:41 +00:00
update to nextra 3
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
const withNextra = require('nextra')({
|
||||
import nextra from 'nextra'
|
||||
|
||||
const withNextra = nextra({
|
||||
theme: 'nextra-theme-docs',
|
||||
themeConfig: './theme.config.jsx',
|
||||
})
|
||||
|
||||
module.exports = {
|
||||
...withNextra(),
|
||||
export default withNextra({
|
||||
output: 'export',
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user