I'm making an web pages using Vue framework. i found out that even if i've been home page(in my web) before, the page requests one image again whenever I go back to the page and occuring blinking issue. it does not request other images though.
As I know framworks such as vue, react are using CSR, it does not need to re-request assets to server.
I cannot understand why its keep requesting specific image again and giving me 304, not 200 code.
the image that is blinking