Skip to content

Commit e46c881

Browse files
committed
fix(analytics): initialize seline for user tracking
1 parent 8fff099 commit e46c881

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

js/main.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
seline.init({
2+
token: '091747081ed47e6',
3+
autoPageView: true
4+
});
5+
16
function scrollToMission() {
27
document.getElementById('mission').scrollIntoView({
38
behavior: 'smooth'

0 commit comments

Comments
 (0)