Files
eventsphere/apps/web/next.config.mjs
2026-04-25 21:57:48 +01:00

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/**" }
]
}
};