Skip to content

Commit e411b71

Browse files
committed
Adds OG tags
1 parent fd34f33 commit e411b71

7 files changed

Lines changed: 1980 additions & 24 deletions

File tree

docs/404.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<link rel="preload" href="/media/branding/logo-square.webp" as="image" />
2222
<script type="module" crossorigin src="/assets/index-DH0Q35my.js"></script>
2323
<link rel="stylesheet" crossorigin href="/assets/index-DntqMw41.css">
24+
<meta property="og:title" content="Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader">
25+
<meta property="og:description" content="Principal front-end web developer and designer, Keith Daulton.">
26+
<meta property="og:image" content="/media/social/og-image.png">
2427
</head>
2528
<body>
2629
<!-- SKIP LINKS -->

docs/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
<link rel="preload" href="/media/branding/logo-square.webp" as="image" />
2222
<script type="module" crossorigin src="/assets/index-DH0Q35my.js"></script>
2323
<link rel="stylesheet" crossorigin href="/assets/index-DntqMw41.css">
24+
<meta property="og:title" content="Keith Daulton | Design Technologist, User Experience Engineer, Technical Leader">
25+
<meta property="og:description" content="Principal front-end web developer and designer, Keith Daulton.">
26+
<meta property="og:image" content="/media/social/og-image.png">
2427
</head>
2528
<body>
2629
<!-- SKIP LINKS -->

docs/media/social/og-image.png

55 KB
Loading

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"rollup-plugin-license": "^3.6.0",
3232
"typescript": "^5.8.2",
3333
"typescript-eslint": "8.28.0",
34-
"vite": "^6.2.2"
34+
"vite": "^6.2.2",
35+
"vite-plugin-favicon": "^1.0.8",
36+
"vite-plugin-open-graph": "^2.0.6"
3537
}
3638
}

0 commit comments

Comments
 (0)