Lunakepio / Mario-Kart-3.js

https://lunakepio.github.io/Mario-Kart-3.js/
MIT License
4.31k stars 952 forks source link

Fixed icon not showing #9

Closed DiogoPCastelos closed 7 months ago

DiogoPCastelos commented 7 months ago

Icon in main HTML had wrong link. (/favicon.ico)

Lunakepio commented 7 months ago

the project does show the icon ?

In vite.js server the public directory serves as the root path, which is why calling /favicon.ico and not /public/favicon.ico is the right way