docs: add og:url

This commit is contained in:
EstrellaXD
2023-07-09 22:53:26 +08:00
parent cf1beba817
commit 5a40de7c74

View File

@@ -14,6 +14,7 @@ export default defineConfig({
['meta', { property: 'og:description', content: '自动追番,解放双手!' }],
['meta', { property: 'og:image', content: '/social.png' }],
['meta', { property: 'og:site_name', content: 'AutoBangumi' }],
['meta', { property: 'og:url', content: 'https://www.autobangumi.org' }],
],
themeConfig: {