diff --git a/client/next.config.ts b/client/next.config.ts index 36a174f..fa13642 100644 --- a/client/next.config.ts +++ b/client/next.config.ts @@ -1,10 +1,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - devIndicators: { - appIsrStatus: false, - buildActivity: false, - }, + output: 'standalone', };