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