Skip to content

Commit

Permalink
fix: Fixed Google Analytics?
Browse files Browse the repository at this point in the history
  • Loading branch information
albano-a committed Sep 9, 2024
1 parent 82ceff1 commit 10961c1
Show file tree
Hide file tree
Showing 4 changed files with 946 additions and 1,587 deletions.
14 changes: 11 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
import { defineConfig } from 'astro/config';
import { defineConfig } from "astro/config";
import partytown from "@astrojs/partytown";

import preact from "@astrojs/preact";

// https://astro.build/config
export default defineConfig({
site: 'https://geofisicahub.live/',
integrations: [preact()]
site: "https://geofisicahub.live/",
integrations: [
preact(),
partytown({
config: {
forward: ["dataLayer.push"],
},
}),
],
});
Loading

0 comments on commit 10961c1

Please sign in to comment.