Skip to content

Commit

Permalink
Added Tracker: GA and clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
William-Mou committed Dec 1, 2023
1 parent 2825613 commit d689051
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 115 deletions.
8 changes: 7 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { defineConfig } from 'astro/config';
import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import tailwind from "@astrojs/tailwind";
import partytown from '@astrojs/partytown'

// https://astro.build/config
import image from "@astrojs/image";
Expand All @@ -14,6 +15,11 @@ export default defineConfig({
serviceEntryPoint: '@astrojs/image/sharp',
cacheDir: "./.cache/image",
logLevel: 'debug',
}
},
partytown({
config: {
forward: ["dataLayer.push"],
},
}),
)]
});
Loading

0 comments on commit d689051

Please sign in to comment.