We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abd0caf commit b03ea2dCopy full SHA for b03ea2d
1 file changed
docs/.vitepress/config.mts
@@ -20,10 +20,11 @@ export default defineConfig({
20
['link', { rel: 'icon', href: '/favicon-32x32.png', sizes: '32x32' }],
21
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],
22
['meta', { property: 'og:image', content: '/social.png' }],
23
- ['meta', { property: 'og:title', content: 'ReActionView' }],
24
- ['meta', { property: 'og:description', content: 'Enhanced ERB templates with Herb engine integration for Rails applications.' }],
+ ['meta', { property: 'og:title', content: title }],
+ ['meta', { property: 'og:description', content: description }],
25
['meta', { property: 'og:url', content: 'https://reactionview.dev' }],
26
['meta', { property: 'og:type', content: 'website' }],
27
+ ['script', { defer: true, 'data-domain': 'reactionview.dev', src: 'https://plausible.io/js/script.hash.outbound-links.js' }],
28
],
29
cleanUrls: true,
30
markdown: createMarkdownConfig(),
0 commit comments