diff --git a/frontend/next.config.ts b/frontend/next.config.ts index c74ef22..e8dcbd5 100644 --- a/frontend/next.config.ts +++ b/frontend/next.config.ts @@ -2,7 +2,7 @@ import type { NextConfig } from "next"; const nextConfig: NextConfig = { /* config options here */ - output: 'export', + output: 'export', }; export default nextConfig;