We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b049 commit 29e4e84Copy full SHA for 29e4e84
2 files changed
website/next.config.js
@@ -0,0 +1,6 @@
1
+const withNextra = require("nextra")({
2
+ theme: "nextra-theme-docs",
3
+ themeConfig: "./theme.config.tsx",
4
+});
5
+
6
+module.exports = withNextra();
website/next.config.mjs
0 commit comments