docs: add og image

This commit is contained in:
kawamataryo 2024-11-10 22:15:17 +09:00
parent 4580e6eaa7
commit c384ab350c
2 changed files with 22 additions and 2 deletions

View File

@ -3,13 +3,28 @@ import { defineConfig } from "vitepress";
// https://vitepress.dev/reference/site-config
export default defineConfig({
title: "Sky Follower Bridge",
description: "Official Documentation of Sky Follower Bridge",
lastUpdated: true,
cleanUrls: true,
metaChunk: true,
head: [
['link', { rel: 'icon', type: 'image/png', href: '/images/logo.png' }],
['meta', { name: 'theme-color', content: '#3399ff' }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: 'Sky Follower Bridge' }],
['meta', { property: 'og:site_name', content: 'Sky Follower Bridge' }],
['meta', { property: 'og:image', content: 'https://sky-follower-bridge-docs.vercel.app/og-image.png' }],
['meta', { property: 'og:url', content: 'https://sky-follower-bridge-docs.vercel.app/' }],
],
description: "Sky Follower Bridge is a Chrome extension that allows you to follow users on Bluesky from your own account.",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: {
src: "/images/logo.png",
alt: "Sky Follower Bridge Logo",
},
nav: [
{ text: "Home", link: "/" },
{ text: "Getting Started", link: "/get-started" },
@ -36,5 +51,10 @@ export default defineConfig({
search: {
provider: "local",
},
footer: {
message: 'Released under the MIT License.',
copyright: 'Copyright © 2024 Ryo Kawamata'
},
},
});

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB