adds track loading example
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const nextConfig = {
|
||||
images: {
|
||||
remotePatterns: [new URL("https://i.scdn.co/**")],
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user