Skip to content

Commit

Permalink
fix: image width
Browse files Browse the repository at this point in the history
  • Loading branch information
sophiebl committed Sep 6, 2023
1 parent 052538b commit 47134a8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions packages/app/src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,21 @@
/>
<meta name="viewport" content="width=device-width" />
%sveltekit.head%

<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-53SENV4F4J"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());

gtag('config', 'G-53SENV4F4J');
</script>
</head>
<body data-sveltekit-preload-data="hover">
<div style="display: contents">%sveltekit.body%</div>
Expand Down
1 change: 0 additions & 1 deletion packages/app/src/routes/Progress.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
property="og:image:alt"
content="GraphQL security certification"
/>
<meta name="image" property="og:image:width" content="300" />
<meta
name="description"
property="og:description"
Expand Down

0 comments on commit 47134a8

Please sign in to comment.