Skip to content

Commit b03ea2d

Browse files
committed
Add Plausible and update docs description
1 parent abd0caf commit b03ea2d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ export default defineConfig({
2020
['link', { rel: 'icon', href: '/favicon-32x32.png', sizes: '32x32' }],
2121
['link', { rel: 'apple-touch-icon', href: '/apple-touch-icon.png' }],
2222
['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.' }],
23+
['meta', { property: 'og:title', content: title }],
24+
['meta', { property: 'og:description', content: description }],
2525
['meta', { property: 'og:url', content: 'https://reactionview.dev' }],
2626
['meta', { property: 'og:type', content: 'website' }],
27+
['script', { defer: true, 'data-domain': 'reactionview.dev', src: 'https://plausible.io/js/script.hash.outbound-links.js' }],
2728
],
2829
cleanUrls: true,
2930
markdown: createMarkdownConfig(),

0 commit comments

Comments
 (0)