We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you don't add a slash in front, it will attempt to import the assets relative to the current URL pathname.
https://github.com/CesiumGS/cesium-vite-example/blob/main/vite.config.js#L7
The example should add the slash in front, and/or explain this limitation.
The text was updated successfully, but these errors were encountered:
I'm confused at the issue here. We do add a slash at the beginning of the base url when built with Vite.
cesium-vite-example/vite.config.js
Line 14 in afebdf5
Did you have problems running this until you changed that line? Could you provide steps to reproduce?
Sorry, something went wrong.
No branches or pull requests
If you don't add a slash in front, it will attempt to import the assets relative to the current URL pathname.
https://github.com/CesiumGS/cesium-vite-example/blob/main/vite.config.js#L7
The example should add the slash in front, and/or explain this limitation.
The text was updated successfully, but these errors were encountered: