Commit edd2bd40 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

u

parent 87afec97
...@@ -7,19 +7,25 @@ const nextConfig: NextConfig = { ...@@ -7,19 +7,25 @@ const nextConfig: NextConfig = {
protocol: "https", protocol: "https",
hostname: "hiea.meu-solutions.com", hostname: "hiea.meu-solutions.com",
port: "", port: "",
pathname: "/images/**", pathname: "/**",
},
{
protocol: "http",
hostname: "hiea.meu-solutions.com",
port: "",
pathname: "/**",
}, },
{ {
protocol: "https", protocol: "https",
hostname: "vcci-hcm.org.vn", hostname: "vcci-hcm.org.vn",
port: "", port: "",
pathname: "/wp-content/uploads/**", pathname: "/**",
}, },
{ {
protocol: "http", protocol: "http",
hostname: "103.72.98.149", hostname: "103.72.98.149",
port: "7041", port: "7041",
pathname: "/images/**", pathname: "/**",
}, },
], ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment