chore: enable standalone output mode in Next.js configuration
Build and Release / release (push) Successful in 37s

This commit is contained in:
taDuc
2026-06-04 00:36:18 +07:00
parent 5b13ec8d8d
commit 82064af0db
+1 -1
View File
@@ -26,7 +26,7 @@ const nextConfig: NextConfig = {
}, },
], ],
}, },
// output: 'standalone', output: 'standalone',
webpack(config) { webpack(config) {
config.module.rules.push({ config.module.rules.push({
test: /\.svg$/, test: /\.svg$/,