From 4bf46b8ce801019eaf0f600132763908fca3d9af Mon Sep 17 00:00:00 2001 From: KorbsStudio Date: Mon, 23 Jan 2023 04:07:29 -0500 Subject: [PATCH] Use local instance of Font Awesome for offline use --- astro/layouts/App.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/layouts/App.astro b/astro/layouts/App.astro index 4cce6bf..f48c5b2 100644 --- a/astro/layouts/App.astro +++ b/astro/layouts/App.astro @@ -8,8 +8,8 @@ import Settings from '../components/pages/Settings.mdx'; import '../styles/index.scss'; --- - +