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
The current configuration serves files in the public directory at the root path, which leads to incorrect asset pathing when trying to import them from JavaScript. Below are the encountered errors:
files in the public directory are served at the root path.
Instead of /public/style.css, use /style.css.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/background/cc_bgm_balanced.wav, put the file in the src directory, and use /src/sound/background/cc_bgm_balanced.wav instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/sound-files.json, put the file in the src directory, and use /src/sound/sound-files.json instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/sounds.mp3, put the file in the src directory, and use /src/sound/sounds.mp3 instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/weba.png, put the file in the src directory, and use /src/ui/weba.png instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/traits/shuffle.svg, put the file in the src directory, and use /src/ui/traits/shuffle.svg instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/selector/cancel.png, put the file in the src directory, and use /src/ui/selector/cancel.png instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/selector/tick.svg, put the file in the src directory, and use /src/ui/selector/tick.svg instead.
files in the public directory are served at the root path.
Instead of /public/sound/sounds.mp3, use /sound/sounds.mp3.
files in the public directory are served at the root path.
Instead of /public/ui/weba.png, use /ui/weba.png.
The text was updated successfully, but these errors were encountered:
The current configuration serves files in the public directory at the root path, which leads to incorrect asset pathing when trying to import them from JavaScript. Below are the encountered errors:
files in the public directory are served at the root path.
Instead of /public/style.css, use /style.css.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/background/cc_bgm_balanced.wav, put the file in the src directory, and use /src/sound/background/cc_bgm_balanced.wav instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/sound-files.json, put the file in the src directory, and use /src/sound/sound-files.json instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/sound/sounds.mp3, put the file in the src directory, and use /src/sound/sounds.mp3 instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/weba.png, put the file in the src directory, and use /src/ui/weba.png instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/traits/shuffle.svg, put the file in the src directory, and use /src/ui/traits/shuffle.svg instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/selector/cancel.png, put the file in the src directory, and use /src/ui/selector/cancel.png instead.
Assets in public cannot be imported from JavaScript.
Instead of /public/ui/selector/tick.svg, put the file in the src directory, and use /src/ui/selector/tick.svg instead.
files in the public directory are served at the root path.
Instead of /public/sound/sounds.mp3, use /sound/sounds.mp3.
files in the public directory are served at the root path.
Instead of /public/ui/weba.png, use /ui/weba.png.
The text was updated successfully, but these errors were encountered: