Skip to content

Commit

Permalink
fix: switch to output export
Browse files Browse the repository at this point in the history
  • Loading branch information
bombnp committed Aug 11, 2024
1 parent 649fdd7 commit 2c523a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
output: "export",
images: {
unoptimized: true,
},
};

export default nextConfig;

0 comments on commit 2c523a9

Please sign in to comment.