From 7ea4e022bee46498e19ecb55b486742528d611e6 Mon Sep 17 00:00:00 2001 From: Neo Date: Thu, 19 Feb 2026 10:29:14 +0000 Subject: [PATCH] Fix: plain JS in next.config.mjs --- next.config.mjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 225e495..119e91d 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,6 +1,4 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { +const nextConfig = { output: 'standalone', };