Skip to content

Commit 264561d

Browse files
committed
add link preview tags for new website
1 parent c75d321 commit 264561d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.animated.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
66
<title>blobs</title>
77
<script src="./v2/animate/index.js"></script>
8-
<!-- TODO preview -->
8+
<meta property="og:url" content="https://blobs.dev" />
9+
<meta property="og:type" content="website" />
10+
<meta property="og:title" content="blobs" />
11+
<meta property="og:description" content="Random blob generation and animation" />
12+
<meta property="og:image" content="https://blobs.dev/assets/logo.png" />
913
</head>
1014
<body>
1115
<style>

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta property="og:url" content="https://blobs.dev" />
99
<meta property="og:type" content="website" />
1010
<meta property="og:title" content="blobs" />
11-
<meta property="og:description" content="Random blob generator" />
11+
<meta property="og:description" content="Random blob generation and animation" />
1212
<meta property="og:image" content="https://blobs.dev/assets/logo.png" />
1313
</head>
1414
<body>

0 commit comments

Comments
 (0)