From 111006895533ff7e498c799becadd74cf73e5bd7 Mon Sep 17 00:00:00 2001 From: DosAi Date: Wed, 4 Jun 2025 03:15:47 +0300 Subject: [PATCH] Remove space from 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 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;