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 Oct 14, 2024
1 parent c0bc0ec commit debe33c
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 debe33c

Please sign in to comment.