We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7e23 commit ee4aac5Copy full SHA for ee4aac5
1 file changed
config/.vitepress/config.mts
@@ -45,8 +45,9 @@ export default defineConfig({
45
{ href: 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap" rel="stylesheet', rel: 'stylesheet' }
46
],
47
['meta', { name: 'og:title', content: "Cure Dolly Grammar guide" }],
48
- ['meta', { property: 'og:image', content: '/cure-script/og.png' }],
+ ['meta', { property: 'og:image', content: '/og.png' }],
49
['meta', { property: 'og:type', content: 'website' }],
50
+ ['meta', { property: 'og:description', content: 'Enjoy the entire grammar guide in a easy-to-read web format' }],
51
['meta', { property: 'og:url', content: 'https://kellenok.github.io/cure-script' }]
52
53
0 commit comments