Skip to content

Commit

Permalink
feat: added basic site tracking to the ILP spec using Umami (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoblersTune authored Dec 13, 2024
1 parent 225e927 commit 5f437fa
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ export default defineConfig({
defer: true,
},
},
{
tag: 'script',
attrs: {
defer: true,
'data-website-id': '50d81dd1-bd02-4f82-8a55-34a09ccbbbd9',
src: 'https://ilf-site-analytics.netlify.app/script.js',
'data-domains': 'interledger.org'
}
}
],
components: {
Header: "./src/components/Header.astro",
Expand Down

0 comments on commit 5f437fa

Please sign in to comment.