11 lines
359 B
JavaScript
11 lines
359 B
JavaScript
export default {
|
|
transpilePackages: [],
|
|
images: {
|
|
remotePatterns: [
|
|
{ protocol: "http", hostname: "localhost", port: "4000", pathname: "/uploads/**" },
|
|
{ protocol: "https", hostname: "api.event.brainshare.ng", pathname: "/uploads/**" },
|
|
{ protocol: "https", hostname: "api.event.brainshar.ng", pathname: "/uploads/**" }
|
|
]
|
|
}
|
|
};
|