diff --git a/src/components/Summary.astro b/src/components/Summary.astro index 5d51066..45ed32f 100644 --- a/src/components/Summary.astro +++ b/src/components/Summary.astro @@ -29,10 +29,10 @@ const { url, date, title, tags, description } = Astro.props;
+ {description} +
diff --git a/src/layouts/Base.astro b/src/layouts/Base.astro index 3a1eda0..b8d7cf3 100644 --- a/src/layouts/Base.astro +++ b/src/layouts/Base.astro @@ -3,7 +3,6 @@ import "@styles/global.scss"; import "@styles/fonts.scss"; import { ViewTransitions } from "astro:transitions"; import { SEO, type Props as SEOProps } from "astro-seo"; -import OpenGraphArticleTags from "node_modules/astro-seo/src/components/OpenGraphArticleTags.astro"; interface Props { title?: string; @@ -107,7 +106,7 @@ const linkedDataTag = "