Skip to content

Commit

Permalink
feat(web): Outbound link tracking in Plausible (#16899)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
RunarVestmann and kodiakhq[bot] authored Nov 18, 2024
1 parent 487c598 commit 760b5fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export const PROJECT_STORIES_TAG_ID = '9yqOTwQYzgyej5kItFTtd'
export const ADGERDIR_INDIVIDUALS_TAG_ID = '4kLt3eRht5yJoakIHWsusb'
export const ADGERDIR_COMPANIES_TAG_ID = '4ZWcwoW2IiB2AhtzQpzdIW'
export const FRONTPAGE_NEWS_TAG_ID = 'forsidufrettir'
export const PLAUSIBLE_SCRIPT_SRC = 'https://plausible.io/js/plausible.js'
export const PLAUSIBLE_SCRIPT_SRC =
'https://plausible.io/js/script.outbound-links.js'
export const DIGITAL_ICELAND_PLAUSIBLE_TRACKING_DOMAIN =
'island.is/s/stafraent-island'

0 comments on commit 760b5fe

Please sign in to comment.