Skip to content

Commit

Permalink
add cookie first
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Martz committed Nov 23, 2024
1 parent afe8785 commit d3be6bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ import { useBreadcrumbStore } from '~/stores/breadcrumb';
const storeBreadcrumb = useBreadcrumbStore();
storeBreadcrumb.clear();
useHead({
script: [
{
async: true,
defer: true,
src: 'https://consent.cookiefirst.com/sites/demo.pocketstore.io-78a0f1a2-ac20-421b-81cf-5dc77f713b67/consent.js'
},
],
});
</script>

<template>
Expand Down

0 comments on commit d3be6bc

Please sign in to comment.