Skip to content

Commit c3db2fc

Browse files
committed
chore: Remove output: 'standalone' from Next.js configuration.
1 parent d8f3171 commit c3db2fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const nextConfig: NextConfig = {
1010
removeConsole: process.env.NODE_ENV === 'production',
1111
},
1212

13-
output: 'standalone',
13+
1414

1515
images: {
1616
remotePatterns: [

0 commit comments

Comments
 (0)