Skip to content

Commit 179a7aa

Browse files
committed
Add meta info to website
1 parent be4b6c3 commit 179a7aa

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

website/.vitepress/config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ function replace_link(md) {
1919

2020
export default defineConfig({
2121
title: 'go2rtc',
22+
description: 'Ultimate camera streaming application',
23+
head: [
24+
['meta', { property: 'og:title', content: 'go2rtc' }],
25+
['meta', { property: 'og:description', content: 'Ultimate camera streaming application' }],
26+
['meta', { property: 'og:url', content: 'https://go2rtc.org/' }],
27+
['meta', { property: 'og:image', content: 'https://go2rtc.org/images/logo.png' }],
28+
['meta', { property: 'og:type', content: 'website' }],
29+
['meta', { property: 'og:site_name', content: 'go2rtc' }],
30+
],
31+
2232
themeConfig: {
2333
nav: [
2434
{text: 'Home', link: '/'},

0 commit comments

Comments
 (0)