Replies: 1 comment
-
This is because of the cache. Clear the .cache folder. or use a new file name. Let me know if this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to change the background image.
I see that the main image is called
nemulala.jpg
and is located undersrc\assets
.I changed that image to another image of 1024x1024 pixels, and then ran
npm run build
and thennpm run preview
. But when I change the size of the browser I see sometimes the new image I changed the image to is shown and for some sizes, the original image is shown. Do I need to do anything else?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions