Commit graph

6 commits

Author SHA1 Message Date
954c1ee17a chore(aria.css): Dont serve Noto Sans font files
Noto Sans is a backup font but because it has a font face it is loaded from the server when it doesn't need to be. if in the future I want it back I have added it's cousin font Noto Sans Display as it is basically the same font but thinner and a smaller file size
2024-12-20 15:58:04 +11:00
b42dacffdd fix(friends.astro): 🐛 move my own button to using <img /> again over Astro's <Image />
I forgot that I enabled processing of images from my own website so it caused it to get processed and optimised which is not what I want. moved to using the basic code for my image as that is all that is needed
2024-12-20 15:17:14 +11:00
8f5c40bed5 refactor(NavHeader.astro): Optimise the header background image size and resolution
Moved to using Astro's `getImage()` function to serve the image as an avif image wich was been scaled down so it's isn't larger resolution than it need to be
2024-12-20 15:05:50 +11:00
9c8e5523c3 chore(.vscode): 🔧 Track conventional commit scopes for vscode plugin
I do want to try my hand at WebStorm so adding this now seems silly but oh well~
2024-12-20 13:28:03 +11:00
e6b379ca5c chore: Change vsc dev command to use pnpm 2024-12-20 12:39:20 +11:00
BuyMyMojo
cef99ad763 Move things over to Astro I guess... 2024-12-15 23:44:27 +11:00