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

7 lines
140 B
JavaScript

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