node-postgres/docs/next.config.js
2022-09-23 10:09:38 +02:00

9 lines
242 B
JavaScript

// next.config.js
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.js',
// optional: add `unstable_staticImage: true` to enable Nextra's auto image import
})
module.exports = withNextra()