Closed jsjoeio closed 2 years ago
✔️ Deploy Preview for keen-roentgen-cafcb7 ready!
🔨 Explore the source changes: b1598d4445a6840e8459081aebab4b63c9eae376
🔍 Inspect the deploy log: https://app.netlify.com/sites/keen-roentgen-cafcb7/deploys/61ccd1b659b8ce0007c0ada9
😎 Browse the preview: https://deploy-preview-242--keen-roentgen-cafcb7.netlify.app
This PR migrates my site from Gatsby to Astro. I'll use this as the main working branch. Once all the work is done, I'll merge this in and it will be fully migrated.
Fixes N/A
Notes
Favicons
I always forget how to do this. This StackOverflow answer helped.
<title>
(tab title)Inside
<BaseHead />
stylesheet relative
This tripped me up because the examples use
Astro.resolve()
but that can't be used in.tsx
.