This commit is contained in:
2026-03-13 13:54:45 +07:00
parent a8e30f32a0
commit 25111ff10e
120 changed files with 4213 additions and 4859 deletions

View File

@@ -8,6 +8,11 @@ const nextConfig: NextConfig = {
hostname: 'nguyencongpc.vn',
pathname: '/**',
},
{
protocol: 'https',
hostname: 'www.dmca.com',
pathname: '/**',
},
],
},
};