Skip to content

Commit

Permalink
ci(build): 🐛 Change output to standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
Nudelsuppe42 committed Jul 30, 2024
1 parent 5796b4e commit 3def84f
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
@@ -1,6 +1,8 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {},
output: "standalone",
poweredByHeader: false,
};

export default nextConfig;

0 comments on commit 3def84f

Please sign in to comment.