Hi! I am currently loading images by linking a Supabase Storage URL directly into the image address, as seen below:
This is for a user’s profile picture. However, when the user edits her profile picture (via upsert), the profile picture rendered on the page doesn’t change dynamically with the update. Is there any way that I can get the image to “refetch” the Storage URL (though the file path remains the same given I am updating when a profile picture already exists) so that after the user submits the edit, the picture re-renders to the new one more quickly?