Skip to content

Commit

Permalink
Merge branch 'quartz'
Browse files Browse the repository at this point in the history
  • Loading branch information
MihailKovachev committed Jan 16, 2025
2 parents 3f85f65 + 50a1c2a commit 2caa8cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion quartz/quartz.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ const config: QuartzConfig = {
enableSPA: true,
enablePopovers: true,
analytics: {
provider: "plausible",
provider: "google",
tagId: "<script async src='https://www.googletagmanager.com/gtag/js?id=G-V4HDP14SH9'></script><script>function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag('js',new Date),gtag('config','G-V4HDP14SH9')</script>"
},
locale: "en-US",
baseUrl: "mihailkovachev.github.io",
Expand Down

0 comments on commit 2caa8cf

Please sign in to comment.