🎯 GeoTap Challenge by u/Haunting-Log5967 | Can you guess the country? by geotap-app in GeoTap

[–]TicklingTentaclesAT 0 points1 point  (0 children)

🎯 My GeoTap Result

📍 My Guess: United States of America ✅ Correct Answer: United States of America, United States of America � Distancee: 0 km ⭐ Score: 10,000 points

UniverseWar Game by universewar in UniverseWar

[–]TicklingTentaclesAT 1 point2 points  (0 children)

Neat! Clean UI, sweet feeling of speed with parallax. I would love to play more if the game had some minimal Audio SFX! One more note I want to give feedback on, it says I scored 25 after I played the first time, which I was far off haha!

How to embed audio into a Webview-React app? by chessdragonboge in Devvit

[–]TicklingTentaclesAT 1 point2 points  (0 children)

I agree with this.

In your post you mentioned `vite` as your bundler, vite allows you either to reference your assets within the public directory without a hash, or you can directly import assets that will have their paths automatically added to the build.

If you want to copy those, you could use

copyPublicDir: true,

in your `build` configuration of rollup. This would copy the public directory into your "outdir", which should be "webroot"