From 07719dd8c362904f27d22b046772f27d14894369 Mon Sep 17 00:00:00 2001 From: prototypa Date: Sun, 22 Jan 2023 02:38:15 -0500 Subject: [PATCH] Replace Fonts with CustomStyles --- src/components/common/MetaTags.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/MetaTags.astro b/src/components/common/MetaTags.astro index d30e34f..e6e8c6a 100644 --- a/src/components/common/MetaTags.astro +++ b/src/components/common/MetaTags.astro @@ -8,7 +8,7 @@ import { MetaSEO } from '~/types'; import { getCanonical, getAsset } from '~/utils/permalinks'; import { getRelativeUrlByFilePath } from '~/utils/directories'; -import CustomStyles from '~/components/common/CustomStyles.astro'; +import CustomStyles from '~/components/CustomStyles.astro'; import SplitbeeAnalytics from './SplitbeeAnalytics.astro'; export interface Props extends MetaSEO {