diff --git a/next.config.ts b/next.config.ts index becdfe4..ec1b0de 100644 --- a/next.config.ts +++ b/next.config.ts @@ -7,6 +7,7 @@ const nextConfig: NextConfig = { turbopack: { root: path.join(__dirname, '.'), }, + output: 'standalone', }; export default nextConfig;