Skip to content

Commit

Permalink
Merge branch 'main' of github.com:WebmasterCamp/jwc13-hackathon-usd
Browse files Browse the repository at this point in the history
  • Loading branch information
nicenathapong committed Jul 21, 2024
2 parents d35a8eb + 3599898 commit e4c52a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
output: 'standalone'
};

export default nextConfig;

0 comments on commit e4c52a0

Please sign in to comment.