Productionize EventSphere platform
This commit is contained in:
10
apps/web/next.config.mjs
Normal file
10
apps/web/next.config.mjs
Normal file
@@ -0,0 +1,10 @@
|
||||
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/**" }
|
||||
]
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user