Files
trustlab-docs/next.config.js
2026-01-08 15:08:26 +07:00

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,
},
})