From 56a6240bf700ac307342ed494d8bfbabe5c822dc Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Wed, 19 Apr 2023 17:50:02 +0800 Subject: ✨docs init MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/next.config.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 docs/next.config.js (limited to 'docs/next.config.js') 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() -- cgit v1.2.3-70-g09d2