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

update

parent 0e2ac3f0
...@@ -7,7 +7,7 @@ const nextConfig: NextConfig = { ...@@ -7,7 +7,7 @@ const nextConfig: NextConfig = {
protocol: "https", protocol: "https",
hostname: "hiea.meu-solutions.com", hostname: "hiea.meu-solutions.com",
port: "", port: "",
pathname: "/vcci/images/**", pathname: "/images/**",
}, },
{ {
protocol: "https", protocol: "https",
...@@ -15,12 +15,6 @@ const nextConfig: NextConfig = { ...@@ -15,12 +15,6 @@ const nextConfig: NextConfig = {
port: "", port: "",
pathname: "/wp-content/uploads/**", pathname: "/wp-content/uploads/**",
}, },
{
protocol: "http",
hostname: "103.72.98.149",
port: "7041",
pathname: "/images/**",
},
], ],
}, },
}; };
......
const links = { const links = {
analyticsGoogle: 'G-C9TEK9BS4C', analyticsGoogle: 'G-C9TEK9BS4C',
apiEndpoint: `https://hiea.meu-solutions.com/api/v1.0`, apiEndpoint: `https://hiea.meu-solutions.com/api/v1.0`,
imageEndpoint: `http://103.72.98.149:7041`, imageEndpoint: `https://hiea.meu-solutions.com`,
siteURL: 'https://hiea-news.meu-solutions.com/', siteURL: 'https://hiea-news.meu-solutions.com',
} }
export default links export default links
......
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