Skip to content

Commit

Permalink
feat: 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 a34d50f commit 242ec41
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',
image: {
unoptimized: true
}
};

export default nextConfig;

0 comments on commit 242ec41

Please sign in to comment.