This commit is contained in:
2025-12-23 15:29:31 +07:00
parent 194de99b62
commit 423a68f410
51 changed files with 40790 additions and 9536 deletions

View File

@@ -1,12 +1,12 @@
import type { NextConfig } from "next";
import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
images: {
remotePatterns: [
{
protocol: "https",
hostname: "nguyencongpc.vn",
pathname: "/**", // Cho phép tất cả đường dẫn từ domain này
protocol: 'https',
hostname: 'nguyencongpc.vn',
pathname: '/**',
},
],
},