Skip to content

Commit 32672d2

Browse files
committed
chore: change config file extension
1 parent 2ee21a8 commit 32672d2

File tree

4 files changed

+2586
-1837
lines changed

4 files changed

+2586
-1837
lines changed

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const withNextra = require("nextra")({
22
theme: "nextra-theme-docs",
3-
themeConfig: "./theme.config.tsx",
3+
themeConfig: "./theme.config.js",
44
});
55

66
module.exports = {

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"nextra-theme-docs": "latest",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
26-
"react-icons": "^4.12.0"
26+
"react-icons": "^4.12.0",
27+
"sharp": "^0.33.4"
2728
},
2829
"devDependencies": {
2930
"@types/node": "18.11.10",

0 commit comments

Comments
 (0)