Skip to content

Commit

Permalink
build: remove output standalone as we're not running static files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheChristophe committed Sep 18, 2023
1 parent 1fa2c6b commit 5c7d1bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ const nextConfig = bundleAnalyzer(withTM({
},
];
},
output: 'standalone',
}));

export default nextConfig;

0 comments on commit 5c7d1bc

Please sign in to comment.