Skip to content

Commit

Permalink
chore: fix demo analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored Jun 7, 2024
1 parent 5bf104b commit 36d93ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ export default defineConfigWithTheme<ThemeConfig>({
['meta', { property: 'og:image', content: 'https://carbon.breno.tech/site-card.jpg' }],
['meta', { property:'theme-color', name: 'theme-color', content: '#41ad4f' }],
['meta', { property:'twitter:card', name: 'twitter:card', content: 'summary_large_image' }],
['script', {async: '', src: 'https://www.googletagmanager.com/gtag/js?id=AW-16586074464'}],
['script', {}, `window.dataLayer = window.dataLayer || [];function gtag(){dataLayer.push(arguments);}gtag('js', new Date());gtag('config', 'AW-16586074464');`]
],

vite: {
Expand Down

0 comments on commit 36d93ba

Please sign in to comment.