diff options
Diffstat (limited to 'docs/next.config.js')
| -rw-r--r-- | docs/next.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/next.config.js b/docs/next.config.js new file mode 100644 index 0000000..ef28363 --- /dev/null +++ b/docs/next.config.js @@ -0,0 +1,6 @@ +const withNextra = require('nextra')({ + theme: 'nextra-theme-docs', + themeConfig: './theme.config.tsx', +}) + +module.exports = withNextra() |
