update desv
This commit is contained in:
@@ -25,7 +25,11 @@ export default defineConfig({
|
|||||||
alpinejs(),
|
alpinejs(),
|
||||||
partytown({
|
partytown({
|
||||||
config: {
|
config: {
|
||||||
forward: ["dataLayer.push", "fbq"],
|
forward: [
|
||||||
|
["dataLayer.push", { preserveBehavior: true }],
|
||||||
|
["fbq", { preserveBehavior: false }],
|
||||||
|
"gtm.push",
|
||||||
|
],
|
||||||
debug: false,
|
debug: false,
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
|
|||||||
7
superpage/public/_headers
Normal file
7
superpage/public/_headers
Normal 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
|
||||||
@@ -110,7 +110,3 @@ import Modal from "~/components/Modal.astro";
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</Container>
|
</Container>
|
||||||
|
|
||||||
<script is:inline>
|
|
||||||
console.log(window);
|
|
||||||
</script>
|
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ export type SocialLink = {
|
|||||||
href: string;
|
href: string;
|
||||||
/** Platform ID, e.g. `"discord"` */
|
/** Platform ID, e.g. `"discord"` */
|
||||||
platform: string;
|
platform: string;
|
||||||
footerOnly?: boolean;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export type SiteInfo = {
|
export type SiteInfo = {
|
||||||
|
|||||||
Reference in New Issue
Block a user