From b8f974d3d6fb2bdf3213347641fea6652cf43f0a Mon Sep 17 00:00:00 2001 From: Dev M Date: Sun, 6 Sep 2026 03:56:14 +0000 Subject: [PATCH] fix(ci): remove double comma in next.config.ts --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 664de49..56a8329 100644 --- a/next.config.ts +++ b/next.config.ts @@ -33,4 +33,4 @@ const nextConfig: NextConfig = { } -export default nextConfig +export default nextConfig \ No newline at end of file