diff --git a/next.config.ts b/next.config.ts index bbb0989..2761d2b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -2,6 +2,7 @@ import path from "node:path"; import type { NextConfig } from "next"; const nextConfig: NextConfig = { + output: "standalone", poweredByHeader: false, typedRoutes: true, turbopack: {