Skip to content

Commit

Permalink
chore: change config file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
kopy-kat committed Jun 26, 2024
1 parent 2ee21a8 commit 32672d2
Show file tree
Hide file tree
Showing 4 changed files with 2,586 additions and 1,837 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.tsx",
themeConfig: "./theme.config.js",
});

module.exports = {
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"nextra-theme-docs": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0"
"react-icons": "^4.12.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "18.11.10",
Expand Down
Loading

0 comments on commit 32672d2

Please sign in to comment.