From 7b06966b266d9701cff8d06095a9ed130d711933 Mon Sep 17 00:00:00 2001 From: imnyang Date: Sun, 26 Apr 2026 17:16:58 +0900 Subject: [PATCH] wow --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index 5382fc3..0963a4b 100644 --- a/next.config.ts +++ b/next.config.ts @@ -11,7 +11,7 @@ const nextConfig: NextConfig = { images: { remotePatterns: [new URL('https://api.imnya.ng/**')], }, - // output: 'standalone', + output: 'standalone', }; export default nextConfig;