up
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
images: {
|
||||
remotePatterns: [new URL('https://demopc8.hurasoft.com/static/assets/htpstore/images/**')],
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{ protocol: "https", hostname: "demopc8.hurasoft.com", pathname: "/static/**" },
|
||||
{ protocol: "https", hostname: "demopc8.hurasoft.com", pathname: "/media/**" },
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user