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
When I start Vite dev server with yarn dev and I try to load the URL of an asset present in the public folder, if the asset has a question mark in its name, then the file is not loaded and Vue.JS application is fired.
This does not happen in "reality" once application is transformed into a static website / inside the ZIM.
The text was updated successfully, but these errors were encountered:
I've added a warning in CONTRIBUTING.md ; it looks like this is not something easy / simple to solve. Let's live with it for now, not something really problematic
When I start Vite dev server with
yarn dev
and I try to load the URL of an asset present in thepublic
folder, if the asset has a question mark in its name, then the file is not loaded and Vue.JS application is fired.This does not happen in "reality" once application is transformed into a static website / inside the ZIM.
The text was updated successfully, but these errors were encountered: