- Migrates the site to Svelte 5 - Still generates a static site with inlined critical path CSS for the ultimate in performance - Opens up future possibilities for site growth Reviewed-on: #1 Co-authored-by: mifi <badmf@mifi.dev> Co-committed-by: mifi <badmf@mifi.dev>
9 lines
218 B
JavaScript
9 lines
218 B
JavaScript
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){ window.dataLayer.push(arguments); }
|
|
|
|
gtag("js", new Date());
|
|
gtag("config", "G-36F29PDKRT", {
|
|
// optional, but often helpful:
|
|
anonymize_ip: true,
|
|
});
|