Prompt-Engineering-Guide/next.config.js

7 lines
140 B
JavaScript
Raw Normal View History

2023-03-11 07:22:18 +08:00
const withNextra = require('nextra')({
theme: 'nextra-theme-docs',
themeConfig: './theme.config.tsx',
})
module.exports = withNextra()