blob: 0a4777ab0ecd1e2e8495e8200def84b62030eb23 [file] [log] [blame]
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
staticImage: true
});
module.exports = {
...withNextra(),
images: {
unoptimized: true
},
trailingSlash: true
//reactStrictMode: true
};