mirror of
https://github.com/dair-ai/Prompt-Engineering-Guide
synced 2024-11-06 09:20:31 +00:00
7 lines
140 B
JavaScript
7 lines
140 B
JavaScript
|
const withNextra = require('nextra')({
|
||
|
theme: 'nextra-theme-docs',
|
||
|
themeConfig: './theme.config.tsx',
|
||
|
})
|
||
|
|
||
|
module.exports = withNextra()
|