Hey, 1st timer here. I have very little experience with web-dev (but i know some of the basics), I'm trying to build a personal site for the sake of learning and have chosen this project after watching a tutorial video, because it makes quite amazing stuff ๐ค
I'm trying to make a navbar with links to different social media, using Astro-Icon (please let me know if there is a better way of getting Material Design Icons, as i ran into some issues yesterday trying to do it myself). The thing is, I've made my custom component and layout and while it works as expected with npm run dev(1st image), it's completely off when i open the index.html compiled(?) by npm run build(2nd image).
Extra weirdness:
- ~~
devdoesn't show favicon,builddoes~~ edit: needed trailing slash buildisn't doing anything on hover
My code: https://github.com/elpekenin/astro-web
Astro-Icon: https://github.com/natemoo-re/astro-icon