We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 680443f commit 34a6327Copy full SHA for 34a6327
next.config.js
@@ -1,6 +1,6 @@
1
const withNextra = require("nextra")({
2
theme: "./theme/src/index.tsx",
3
- themeConfig: "./theme.config.jsx",
+ themeConfig: "./theme.config.tsx",
4
defaultShowCopyCode: true
5
});
6
0 commit comments