Skip to content

Commit

Permalink
docs: enhance docs config
Browse files Browse the repository at this point in the history
  • Loading branch information
cab-mikee committed Dec 27, 2024
1 parent 3475b27 commit 0f95a37
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,17 @@ export default withPwa(
['meta', { name: 'theme-color', content: '#0A0ABC' }],
['meta', { name: 'title', content: title }],
['meta', { name: 'description', content: description }],
['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: title }],
['meta', { property: 'og:description', content: description }],
['meta', { name: 'author', content: 'Stacks.js, Inc.' }],
['meta', {
name: 'tags',
content: 'rpx, stacksjs, reverse proxy, lightweight, zero-config',
}],

['meta', { property: 'og:type', content: 'website' }],
['meta', { property: 'og:locale', content: 'en' }],
['meta', { property: 'og:title', content: title }],
['meta', { property: 'og:description', content: description }],

['meta', { property: 'og:site_name', content: 'rpx' }],
['meta', { property: 'og:image', content: './images/og-image.jpg' }],
['meta', { property: 'og:url', content: 'https://reverse-proxy.sh/' }],
Expand Down

0 comments on commit 0f95a37

Please sign in to comment.