Images with vite
#41205
Replies: 1 comment
-
It sounds like the issue might be related to how Vite processes and serves assets compared to using Bootstrap via a link. When using Vite, the way static assets like images are handled might differ, and it's possible that Vite's dev server is either not serving the images correctly or they're being incorrectly referenced. Bootstrap itself won't affect image visibility by default, nor does it alter how images should be displayed. The issue seems to be more about how Vite handles your asset paths and MIME types. |
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 have a problem with Boostrap since I have started to use it as a CSS framework, especially when I use it with vite.
This problem is really weird: when I'm using boostrap via link, it's not like this!
so let me explain you, in short : I can't see my images and I don't know why ! i have trying to check many times to see if i did a mistake with my folder's structure but it's not this and i check on google , i saw something like my images type are not images/png or images/jpg anymore but text/html but when im not using vite i can see images very well.
Beta Was this translation helpful? Give feedback.
All reactions