Skip to content

Commit

Permalink
Add in the data-domain and defer the loading of the script
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored and Brutus5000 committed Jan 16, 2025
1 parent f1ff7fe commit e8194b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/templates/layouts/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ html(lang='en')

//- Analytics via Plausible
script(
defer,
data-domain='faforever.com',
src='https://plausible.io/js/script.js',
integrity='sha384-tPOxpLA2/UQKnIkz9xzbWtR4zQVKGeV8UuJKit0l3PQToVtMKtGT9iybQfhxLo+J',
crossorigin='anonymous'
Expand Down

0 comments on commit e8194b1

Please sign in to comment.