Skip to content

Commit

Permalink
ga (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rviscomi authored Aug 2, 2023
1 parent 2726a04 commit 11e8574
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ export default defineConfig({
integrations: [
starlight({
title: 'har.fyi 🧪',
head: [
{
tag: 'script',
attrs: {
async: true,
src: 'https://www.googletagmanager.com/gtag/js?id=G-SK2FZXB50K'
}
},
{
tag: 'script',
content: `
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-SK2FZXB50K');`
}
],
social: {
github: 'https://github.com/rviscomi/har.fyi',
twitter: 'https://twitter.com/HTTPArchive',
Expand Down

0 comments on commit 11e8574

Please sign in to comment.