Skip to content

Commit

Permalink
update umami script name
Browse files Browse the repository at this point in the history
  • Loading branch information
juliuste committed May 2, 2023
1 parent 61afca4 commit 2ed25cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/routes/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ and the website will still work 100% fine. as a privately maintained open-source
gaining some insights in how (much) this service is used is really good to stay motivated.
for more information on the analytics framework, which is completely open source, please
check https://umami.is/docs/faq`),
h('script', { async: true, defer: true, 'data-website-id': api.settings.analyticsId, src: 'https://developer.bahn.guru/umami.js' }),
h('script', { async: true, defer: true, 'data-website-id': api.settings.analyticsId, src: 'https://developer.bahn.guru/script.js' }),
]
: []),
]
Expand Down

0 comments on commit 2ed25cf

Please sign in to comment.