mirror of
https://github.com/snachodog/tok-to-insta-follower-bridge.git
synced 2025-04-10 14:11:22 -06:00
docs: add og image
This commit is contained in:
parent
4580e6eaa7
commit
c384ab350c
@ -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'
|
||||
},
|
||||
},
|
||||
});
|
||||
|
BIN
docs/public/images/og-image.png
Normal file
BIN
docs/public/images/og-image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 146 KiB |
Loading…
x
Reference in New Issue
Block a user