Skip to content

Commit 9120a3f

Browse files
authored
feat: added basic site tracking using Umami (#49)
1 parent c89bd9e commit 9120a3f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

astro.config.mjs

+12-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,18 @@ export default defineConfig({
1010
title: "Payment Pointers",
1111
description:
1212
"Payment Pointers are a standardized identifier for payment accounts. In the same way that an email address provides an identifier for a mailbox in the email ecosystem a payment pointer is used by an account holder to share the details of their account with a counter-party.",
13-
customCss: [
13+
head: [
14+
{
15+
tag: 'script',
16+
attrs: {
17+
defer: true,
18+
'data-website-id': 'cab4fd0a-e2db-4666-a974-5b199f0d6d43',
19+
src: 'https://ilf-site-analytics.netlify.app/script.js',
20+
'data-domains': 'paymentpointers.org'
21+
}
22+
}
23+
],
24+
customCss: [
1425
"./node_modules/@interledger/docs-design-system/src/styles/teal-theme.css",
1526
"./node_modules/@interledger/docs-design-system/src/styles/ilf-docs.css",
1627
],

0 commit comments

Comments
 (0)