Skip to content

Commit

Permalink
feat: Ajout du composant <bib-gtm>
Browse files Browse the repository at this point in the history
  • Loading branch information
remillc committed Aug 20, 2024
1 parent 6ab3295 commit e25bb03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/templates/PageTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ export function Head({ pageContext, location }) {
<>
<html lang="fr" />
<SEO title={frontmatter?.title} pathname={pathname} />
<bib-gtm></bib-gtm>
<script type="module" src="https://cdn.jsdelivr.net/gh/bibudem/ui@0/dist/bib-gtm.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/bibudem/ui@0/dist/bib-avis.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/bibudem/ui@0/dist/bib-retroaction-usager.js"></script>
<script type="module" src="https://cdn.jsdelivr.net/gh/bibudem/ui@0/dist/udem-urgence.js"></script>
Expand Down

0 comments on commit e25bb03

Please sign in to comment.