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;