update
This commit is contained in:
@@ -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: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user