update desv

This commit is contained in:
2025-05-05 11:29:58 -03:00
parent 855ba0ddcf
commit 8487260fb6
4 changed files with 12 additions and 6 deletions

View File

@@ -25,7 +25,11 @@ export default defineConfig({
alpinejs(),
partytown({
config: {
forward: ["dataLayer.push", "fbq"],
forward: [
["dataLayer.push", { preserveBehavior: true }],
["fbq", { preserveBehavior: false }],
"gtm.push",
],
debug: false,
},
}),

View File

@@ -0,0 +1,7 @@
/assets/*
cache-control: max-age=86400
cache-control: public
/_astro/*
cache-control: max-age=31536000
cache-control: immutable
cache-control: public

View File

@@ -110,7 +110,3 @@ import Modal from "~/components/Modal.astro";
</div>
</section>
</Container>
<script is:inline>
console.log(window);
</script>

View File

@@ -8,7 +8,6 @@ export type SocialLink = {
href: string;
/** Platform ID, e.g. `"discord"` */
platform: string;
footerOnly?: boolean;
};
export type SiteInfo = {