Fix artist image

This commit is contained in:
2025-10-31 12:34:39 +11:00
parent c919866f11
commit b27998c5f4
+4
View File
@@ -21,6 +21,10 @@ export default defineConfig({
target: 'http://localhost:8000',
changeOrigin: true,
},
'/cache': {
target: 'http://localhost:8000',
changeOrigin: true,
},
},
},
})