diff --git a/next.config.ts b/next.config.ts index e0fb35a..ee37fab 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,8 +2,8 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - reactStrictMode: true, output: "standalone", + reactStrictMode: true, }; export default nextConfig;