Skip to content

Commit

Permalink
Merge pull request senchabot-opensource#38 from senchabot-opensource/…
Browse files Browse the repository at this point in the history
…senchabot-app-patch-1

Update config.ts
  • Loading branch information
senchabot-github authored Jan 7, 2024
2 parents 032e118 + b41ea4a commit 767fd03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ export default defineConfig({
['meta', { name: 'robots', content: 'index,follow' }],
[
'script',
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-0N948SR48C' }
{ async: '', src: 'https://www.googletagmanager.com/gtag/js?id=G-ZXSVB4HQJH' }
],
[
'script',
{},
`window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-0N948SR48C');`
gtag('config', 'G-ZXSVB4HQJH');`
],
],

Expand Down

0 comments on commit 767fd03

Please sign in to comment.