🐛 Add pathname

This commit is contained in:
Luke Vella 2024-09-09 20:38:03 +01:00
parent 38d21db84e
commit 716d7ddf8d
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -20,6 +20,7 @@ const nextConfig = {
remotePatterns: [
{
hostname: "app.rallly.co",
pathname: "/api/storage/**",
},
],
},