tangled
alpha
login
or
join now
claycow.com
/
claycow
0
fork
atom
A Astro blog hosted on Vercel
0
fork
atom
overview
issues
pulls
pipelines
add image to home page meta tags
Clayton Cook
1 year ago
5f745aed
80e1cfca
+10
-1
1 changed file
expand all
collapse all
unified
split
src
pages
index.astro
+10
-1
src/pages/index.astro
···
12
12
<!doctype html>
13
13
<html lang="en">
14
14
<head>
15
15
-
<Head title={SITE_TITLE} description={SITE_DESCRIPTION} />
15
15
+
<Head
16
16
+
title={SITE_TITLE}
17
17
+
description={SITE_DESCRIPTION}
18
18
+
image={{
19
19
+
src: blueskyAvatar,
20
20
+
width: 300,
21
21
+
height: 300,
22
22
+
format: "webp",
23
23
+
}}
24
24
+
/>
16
25
<style>
17
26
body > main > img {
18
27
width: clamp(200px, 100vw, 300px);