Skip to content

Commit

Permalink
ci: Fix build nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
alban-lautie committed May 4, 2024
1 parent e7851e4 commit 252c32e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ const nextConfig = {
},
],
},

output: 'standalone'
};

export default nextConfig;

0 comments on commit 252c32e

Please sign in to comment.