From 82366517620b0f7ec89ddae7de7368276c3119ac Mon Sep 17 00:00:00 2001 From: Mohamed Ben Kedim Date: Mon, 29 Dec 2025 13:54:38 +0100 Subject: [PATCH] Fix: Add standalone output mode and PR trigger to GitHub Actions --- next.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/next.config.ts b/next.config.ts index dc5feb3..28c1407 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,7 +1,7 @@ import type { NextConfig } from "next"; -const nextConfig: - NextConfig = { +const nextConfig: NextConfig = { + output: 'standalone', eslint: { ignoreDuringBuilds: true, },