Skip to content

Commit

Permalink
Update @astrojs/sitemap to version 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dharamveergit committed Apr 20, 2024
1 parent d6542d7 commit 65ad9aa
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 6 deletions.
14 changes: 10 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@astrojs/mdx": "^2.0.2",
"@astrojs/partytown": "^2.0.4",
"@astrojs/react": "^3.0.8",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.0.4",
"@fontsource-variable/jetbrains-mono": "^5.0.18",
"@headlessui/react": "^1.7.17",
Expand Down
16 changes: 15 additions & 1 deletion src/layouts/base-layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const isProd = import.meta.env.PROD;
class="scroll-pt-[137px] scroll-smooth"
>
<head>
<!-- Google tag (gtag.js) -->
<!-- Google tag (gtag.js) tag1-->
<script
is:inline
async
Expand All @@ -42,6 +42,20 @@ const isProd = import.meta.env.PROD;

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

gtag("config", "G-LFRGN2J2RV");
</script>
<!-- Google Tag Manager -->
<script is:inline>
(function (w, d, s, l, i) {
Expand Down

0 comments on commit 65ad9aa

Please sign in to comment.