update-full

This commit is contained in:
TuanVT
2026-06-06 01:02:07 +07:00
parent 7791e1d6a8
commit d4194d6f12
30 changed files with 1018 additions and 391 deletions
+8 -1
View File
@@ -5,12 +5,19 @@ const nextConfig: NextConfig = {
root: process.cwd(),
},
images: {
unoptimized: true,
remotePatterns: [
{
protocol: "http",
hostname: "127.0.0.1",
port: "5264",
pathname: "/uploads/**",
pathname: "/**",
},
{
protocol: "http",
hostname: "localhost",
port: "5264",
pathname: "/**",
},
],
},