Skip to content

Commit

Permalink
Merge pull request #16 from nauvalazhar/chore/actions
Browse files Browse the repository at this point in the history
chore: next export static config
  • Loading branch information
nauvalazhar authored Sep 16, 2024
2 parents 9ad84fb + b42e55f commit a3049e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ const withNextra = nextra({
themeConfig: './theme.config.jsx',
});

export default withNextra({});
export default withNextra({
output: 'export',
images: {
unoptimized: true,
},
});

0 comments on commit a3049e0

Please sign in to comment.