adds track loading example

This commit is contained in:
2025-07-19 19:53:24 +02:00
parent 7c92b33f91
commit 31c6fd3265
7 changed files with 81 additions and 22 deletions
+7
View File
@@ -0,0 +1,7 @@
const nextConfig = {
images: {
remotePatterns: [new URL("https://i.scdn.co/**")],
},
};
export default nextConfig;