Files
trustlab-docs/next.config.js

12 lines
203 B
JavaScript

const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
})
module.exports = withNextra({
output: 'export',
images: {
unoptimized: true,
},
})