Skip to content

Commit

Permalink
docs: set output to "export"
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Aug 21, 2024
1 parent b4506b8 commit 67ccfd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/next.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
const withNextra = require("nextra")({
theme: "nextra-theme-docs",
themeConfig: "./theme.config.jsx",
theme: "nextra-theme-docs",
themeConfig: "./theme.config.jsx",
});

module.exports = withNextra({
images: {
unoptimized: true,
},
output: "export",
images: {
unoptimized: true,
},
});

0 comments on commit 67ccfd5

Please sign in to comment.