I have a folder with images and folder with vue-app(archy)
so i need to get in components those images I tried something like this, but didn't succeed
<div v-if='photo' class="post-img">
<img :src="`~@/../../uploads/posts/${photo}`" alt="img">
</div>
any suggestions?