Docker update

This commit is contained in:
2025-10-10 00:03:28 +05:30
parent 150c5a0391
commit 0d79536895
3 changed files with 26 additions and 26 deletions

View File

@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
images: {
remotePatterns: [
@ -22,7 +23,7 @@ const nextConfig: NextConfig = {
pathname: '/api/files/images/**',
}
],
domains: ['localhost'],
},
};