mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
15 lines
264 B
JavaScript
15 lines
264 B
JavaScript
import nextra from 'nextra'
|
|
|
|
const withNextra = nextra({
|
|
theme: 'nextra-theme-docs',
|
|
themeConfig: './nextra.config.js',
|
|
unstable_flexsearch: true,
|
|
unstable_staticImage: true,
|
|
})
|
|
|
|
export default withNextra({
|
|
experiments: {
|
|
esmExternals: true,
|
|
},
|
|
})
|