diff --git a/src/components/helper/head/Meta.astro b/src/components/helper/head/Meta.astro index ec611c9..ac87257 100644 --- a/src/components/helper/head/Meta.astro +++ b/src/components/helper/head/Meta.astro @@ -2,6 +2,7 @@ import Favicon from "../../../assets/favicon.png"; import FaviconSvg from '../../../assets/favicon.svg'; import {getImage} from "astro:assets"; +import {siteConfig} from "../../../config"; const appleTouchIcon = await getImage({ src: Favicon, @@ -24,6 +25,13 @@ const canonicalURL = new URL(Astro.url.pathname, Astro.site); {author && } +{/* RSS */} + {/* PWA */}