From e2b50a0f24e547b2a4f6bc7a7ed259d7ee9a942d Mon Sep 17 00:00:00 2001 From: celeri Date: Sat, 8 Jun 2024 02:16:23 -0400 Subject: [PATCH] fix #100: change link icon class to use unocss Allows to have the link icons in the articles as css icons generated at compile time, like the other icons on the site, instead of importing them from fontawesome at runtime --- src/routes/+layout.svelte | 3 +++ svelte.config.js | 4 ++-- uno.config.ts | 6 +----- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 21698267..d707b12a 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -27,6 +27,9 @@ export let data; + +