aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/next.config.js
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-19 17:50:02 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-19 17:50:02 +0800
commit56a6240bf700ac307342ed494d8bfbabe5c822dc (patch)
tree0b1288a2ec1cbb538c11f4c122b6a97b9c55a05f /docs/next.config.js
parent3adc965dd09490b7efa1cce9f09b0a3b30970277 (diff)
downloadHydroRoll-56a6240bf700ac307342ed494d8bfbabe5c822dc.tar.gz
HydroRoll-56a6240bf700ac307342ed494d8bfbabe5c822dc.zip
✨docs init
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()