This commit is contained in:
암냥 2026-04-26 17:20:26 +09:00
commit 108cf60e0c
No known key found for this signature in database
2 changed files with 1 additions and 52 deletions

View file

@ -11,7 +11,7 @@ const nextConfig: NextConfig = {
images: {
remotePatterns: [new URL('https://api.imnya.ng/**')],
},
output: 'standalone',
// output: 'standalone',
};
export default nextConfig;