3 Commits

Author SHA1 Message Date
6941f97721 Update Layout.astro 2023-09-25 18:01:59 +02:00
ca015a59d8 Update Socials.astro 2023-09-25 15:52:01 +02:00
94ea56f946 Update values-prod.yaml 2023-09-25 15:49:46 +02:00
3 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ image:
repository: alexohneander/alexohneander-astro
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "v2.3.7"
tag: "v2.3.8"
ingress:
enabled: true

View File

@@ -17,7 +17,7 @@ const { centered = false } = Astro.props;
href={social.href}
className="link-button"
title={social.linkTitle}
rel="me"
>
<Fragment set:html={socialIcons[social.name]} />
</LinkButton>

View File

@@ -35,6 +35,7 @@ const socialImageURL = new URL(
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="canonical" href={canonicalURL} />
<link rel="me" href="https://mastodon.social/@alexohneander" />
<meta name="generator" content={Astro.generator} />
<!-- General Meta Tags -->