mirror of
https://git.aria.coffee/BuyMyAria/aria.coffee.git
synced 2025-06-15 12:59:55 +00:00
feat: ✨ Move from FontAwesome to astro-icons + iconify
Using: https://www.astroicon.dev
This commit is contained in:
parent
9aacacef87
commit
2a4ea33de0
7 changed files with 554 additions and 78 deletions
|
@ -5,11 +5,13 @@ import preact from "@astrojs/preact";
|
|||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
import icon from "astro-icon";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
site: "https://aria.coffee",
|
||||
integrations: [preact(), tailwind()],
|
||||
integrations: [preact(), tailwind(), icon()],
|
||||
image: {
|
||||
domains: ["buymymojo.net", "aria.coffee", "github.com", "githubusercontent.com", "avatars.githubusercontent.com", "camo.githubusercontent.com", "user-images.githubusercontent.com", "private-user-images.githubusercontent.com"],
|
||||
}
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue