Where to store images that are added to the nuxt3 after the build?

Where to store images that are added to the application after the build? In nuxt2 I used the /static folder for this. I uploaded images there and from there I took them for the frontend. But in nuxt3 folder /public, no longer works as well. After the build everything copies to .otput/…