Files
muzak/frontend/next.config.js
T
2025-07-19 19:53:24 +02:00

8 lines
124 B
JavaScript

const nextConfig = {
images: {
remotePatterns: [new URL("https://i.scdn.co/**")],
},
};
export default nextConfig;