Skip to content

Commit

Permalink
Merge pull request #37 from senchabot-opensource/senchabot-app-patch-1
Browse files Browse the repository at this point in the history
Update config.ts
  • Loading branch information
senchabot-github authored Jan 7, 2024
2 parents 4331b68 + 2e25797 commit 032e118
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ export default defineConfig({
['meta', { name: 'twitter:card', content: 'summary' }],
['meta', { name: 'twitter:description', content: 'Open-source Discord and Twitch bot' }],
['meta', { name: 'twitter:image', content: 'https://avatars.githubusercontent.com/u/125701962' }],
['meta', { name: 'robots', content: 'index,follow' }],
[
'script',
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-0N948SR48C' }
],
[
'script',
{},
`window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0N948SR48C');`
],
],

themeConfig: {
Expand Down

0 comments on commit 032e118

Please sign in to comment.