diff --git a/next.config.ts b/next.config.ts index 28c32e3..916db6c 100644 --- a/next.config.ts +++ b/next.config.ts @@ -26,7 +26,7 @@ const nextConfig: NextConfig = { }, ], }, - // output: 'standalone', + output: 'standalone', webpack(config) { config.module.rules.push({ test: /\.svg$/,