mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix wrong type
This commit is contained in:
parent
2ca023264c
commit
6fcec8d705
1 changed files with 2 additions and 2 deletions
|
|
@ -11,11 +11,11 @@ import { gaMeasurementId } from '~/helpers/constants.js'
|
|||
></script>
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script
|
||||
type="text/script"
|
||||
type="text/javascript"
|
||||
async
|
||||
src={ `https://www.googletagmanager.com/gtag/js?id=${ gaMeasurementId }` }
|
||||
></script>
|
||||
<script type="text/script">
|
||||
<script type="text/javascript">
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag () {
|
||||
dataLayer.push(arguments);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue