diff --git a/frontend/next.config.ts b/frontend/next.config.ts index 6533f2f..1a529f0 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -1,9 +1,9 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { - /* config options here */ - reactCompiler: true, - output: 'standalone', + /* config options here */ + reactCompiler: true, + output: "standalone", }; export default nextConfig;