Add comment
This commit is contained in:
@ -5,8 +5,8 @@ import { defineConfig } from "astro/config";
|
|||||||
|
|
||||||
import tailwind from "@astrojs/tailwind";
|
import tailwind from "@astrojs/tailwind";
|
||||||
import sitemap from "@astrojs/sitemap";
|
import sitemap from "@astrojs/sitemap";
|
||||||
import partytown from "@astrojs/partytown";
|
|
||||||
import image from "@astrojs/image";
|
import image from "@astrojs/image";
|
||||||
|
import partytown from "@astrojs/partytown";
|
||||||
|
|
||||||
import { SITE } from "./src/config.mjs";
|
import { SITE } from "./src/config.mjs";
|
||||||
|
|
||||||
@ -27,10 +27,12 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
sitemap(),
|
sitemap(),
|
||||||
|
image(),
|
||||||
|
|
||||||
|
/* Disable this integration if you don't use Google Analytics (or other external script). */
|
||||||
partytown({
|
partytown({
|
||||||
config: { forward: ["dataLayer.push"] },
|
config: { forward: ["dataLayer.push"] },
|
||||||
}),
|
}),
|
||||||
image(),
|
|
||||||
],
|
],
|
||||||
|
|
||||||
vite: {
|
vite: {
|
||||||
|
Reference in New Issue
Block a user