FIX: fix bug undefind monster image
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m13s

This commit is contained in:
2025-08-21 10:13:04 +07:00
parent 036719049a
commit f6abcc9024
4 changed files with 11 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ const nextConfig: NextConfig = {
reactStrictMode: false,
output: 'standalone',
images: {
unoptimized: true,
remotePatterns: [
{
protocol: 'https',