Skip to content

Commit

Permalink
web: Load admanager async
Browse files Browse the repository at this point in the history
  • Loading branch information
schneefux committed Dec 30, 2024
1 parent 2f6b712 commit 4355749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/composables/venatus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export function useVenatus(siteId: string) {
src: `https://hb.vntsm.com/v3/live/ad-manager.min.js`,
'data-site-id': siteId,
'data-mode': 'scan',
async: true,
tagPriority: 31,
} ],
}))
Expand Down

0 comments on commit 4355749

Please sign in to comment.