Skip to content

Commit 3e41f4c

Browse files
committed
chore: add minecraft block favicon and OG embed image
1 parent afe570c commit 3e41f4c

4 files changed

Lines changed: 6 additions & 1 deletion

File tree

astro.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ export default defineConfig({
88
integrations: [
99
starlight({
1010
title: 'LCE Docs',
11+
favicon: '/favicon.png',
12+
head: [
13+
{ tag: 'link', attrs: { rel: 'icon', href: '/lcemp-docs/favicon.png', type: 'image/png' } },
14+
{ tag: 'meta', attrs: { property: 'og:image', content: 'https://coah80.github.io/lcemp-docs/og-image.png' } },
15+
{ tag: 'meta', attrs: { name: 'twitter:image', content: 'https://coah80.github.io/lcemp-docs/og-image.png' } },
16+
],
1117
social: [{ icon: 'github', label: 'GitHub', href: 'https://github.com/coah80/lcemp-docs' }],
1218
sidebar: [
1319
{

public/favicon.png

31.8 KB
Loading

public/favicon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/og-image.png

31.8 KB
Loading

0 commit comments

Comments
 (0)