Is there a way to customize the display of static files, particularly images?
For instance, when accessing a static file on a website like this:
Currently, it just shows a basic img
element. Is it possible to dynamically add additional elements to that display while keeping the URL unchanged (ending with the file name and extension)?
I basically want to use an image from my site on a subreddit that only allows direct links (ending with the file name and extension), but I also want to include my site's name and other information along with the image.
My website is built using the Next.JS framework.