#assets build
5 messages · Page 1 of 1 (latest)
How about using the public folder? https://docs.astro.build/en/basics/project-structure/#directories-and-files
You could also look at astro-icon
https://www.astroicon.dev/
I need hashed files 😕
You might be able to use code from this recipe that dynamically imports images to get what you need:
https://docs.astro.build/en/recipes/dynamically-importing-images/