Skip to content

Commit 34a6327

Browse files
committed
chore: Using .tsx config theme
1 parent 680443f commit 34a6327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const withNextra = require("nextra")({
22
theme: "./theme/src/index.tsx",
3-
themeConfig: "./theme.config.jsx",
3+
themeConfig: "./theme.config.tsx",
44
defaultShowCopyCode: true
55
});
66

0 commit comments

Comments
 (0)