-
|
Hi, there, after swisscowing (not: googling) two days i came to the point to ask you: What do i have missconfigured on my vite?
is working fine under development, on my local machine, but not after deploying to staging / production. Precompilation while deploying, by capistrano, is running well on that machines, all styles are working, except On Staging, the Firefox Web Inspector says: (could not load graphic) How do you insert images? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
found it:
works. |
Beta Was this translation helpful? Give feedback.

found it:
background-image: url("@/images/fa-solid/magnifying-glass-lightgray.svg");works.
it seems that the
@is referencing toapp/frontend/and on that way its working on all environments.And, i did not have to configure some aliases like Stackoverflow or plainenglish.io saying. it seems to be be configured by default.