Tweak syntax to make Astro builder happy

This commit is contained in:
Sam Carlton 2022-06-12 12:05:16 -05:00
parent cd512aa2eb
commit f597b0213f

View file

@ -8,7 +8,7 @@ import { gaMeasurementId } from '~/helpers/constants.js'
<script <script
type="text/javascript" type="text/javascript"
set:html={ `window.gaMeasurementId = '${ gaMeasurementId }'` } set:html={ `window.gaMeasurementId = '${ gaMeasurementId }'` }
/> ></script>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script <script
type="text/partytown" type="text/partytown"