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 {