From b95cea18dad05e923f0895c1905f1967e961e387 Mon Sep 17 00:00:00 2001 From: DosAi Date: Wed, 4 Jun 2025 03:15:13 +0300 Subject: [PATCH] Editing next.config.ts --- frontend/next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/next.config.ts b/frontend/next.config.ts index e8dcbd5..c74ef22 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;