wow
All checks were successful
Web Build / build (push) Successful in 1m57s

This commit is contained in:
암냥 2026-04-26 17:16:58 +09:00
commit 7b06966b26
No known key found for this signature in database

View file

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