Skip to content

Commit

Permalink
Merge pull request #12 from 3um-Group/hotfix/output-not-found-for-rel…
Browse files Browse the repository at this point in the history
…ease-pipeline

(hotfix) Align nextjs output with expected Github Actions config
  • Loading branch information
denzuko authored Jul 1, 2024
2 parents b6ab748 + a8385c4 commit 6c44c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const nextConfig = {
images: {
unoptimized: true, // <=== disables image optimization for static exports
},
distDir: 'out',
};

export default nextConfig;

0 comments on commit 6c44c66

Please sign in to comment.