aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/next.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'docs/next.config.js')
-rw-r--r--docs/next.config.js6
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()