mirror of
https://github.com/alexohneander/alexohneander-astro.git
synced 2025-12-16 20:20:11 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6941f97721 | |||
| ca015a59d8 | |||
| 94ea56f946 |
@@ -2,7 +2,7 @@ image:
|
|||||||
repository: alexohneander/alexohneander-astro
|
repository: alexohneander/alexohneander-astro
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "v2.3.7"
|
tag: "v2.3.8"
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ const { centered = false } = Astro.props;
|
|||||||
href={social.href}
|
href={social.href}
|
||||||
className="link-button"
|
className="link-button"
|
||||||
title={social.linkTitle}
|
title={social.linkTitle}
|
||||||
rel="me"
|
|
||||||
>
|
>
|
||||||
<Fragment set:html={socialIcons[social.name]} />
|
<Fragment set:html={socialIcons[social.name]} />
|
||||||
</LinkButton>
|
</LinkButton>
|
||||||
|
|||||||
@@ -35,6 +35,7 @@ const socialImageURL = new URL(
|
|||||||
<meta name="viewport" content="width=device-width" />
|
<meta name="viewport" content="width=device-width" />
|
||||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="canonical" href={canonicalURL} />
|
<link rel="canonical" href={canonicalURL} />
|
||||||
|
<link rel="me" href="https://mastodon.social/@alexohneander" />
|
||||||
<meta name="generator" content={Astro.generator} />
|
<meta name="generator" content={Astro.generator} />
|
||||||
|
|
||||||
<!-- General Meta Tags -->
|
<!-- General Meta Tags -->
|
||||||
|
|||||||
Reference in New Issue
Block a user