You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for this project. I was able to adapt it to my workflow, and it works very well! The only problem I can't solve is with static assets called outside of css or js. For images called via PHP, these are not compiled in the dist folder. The only thing that I found in the Vite doc is this one: Also make sure the server is configured to serve static assets in the Vite working directory, otherwise assets such as images won't be loaded properly.
Do you have any clue to solve this problem?
Thank you,
Julien
The text was updated successfully, but these errors were encountered:
First of all thank you for this project. I was able to adapt it to my workflow, and it works very well! The only problem I can't solve is with static assets called outside of css or js. For images called via PHP, these are not compiled in the dist folder. The only thing that I found in the Vite doc is this one:
Also make sure the server is configured to serve static assets in the Vite working directory, otherwise assets such as images won't be loaded properly
.Do you have any clue to solve this problem?
Thank you,
Julien
The text was updated successfully, but these errors were encountered: