feat: Move from FontAwesome to astro-icons + iconify

Using: https://www.astroicon.dev
This commit is contained in:
BuyMyMojo 2024-12-20 17:34:57 +11:00
parent 9aacacef87
commit 2a4ea33de0
7 changed files with 554 additions and 78 deletions

View file

@ -23,8 +23,6 @@ const { pageTitle } = Astro.props;
title="amemoia's blog"
href={new URL("rss.xml", Astro.site)}
/>
<script is:inline defer src="https://kit.fontawesome.com/5fee770033.js" crossorigin="anonymous"></script>
</head>
<body>
<NavHeader />