diff --git a/astro.config.ts b/astro.config.ts index d478ba45..4d213263 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -6,13 +6,13 @@ export default (await import("astro/config")).defineConfig({ // site: "", compressHTML: true, integrations: [ - // import.meta.env.MODE === "production" - // ? (await import("astrojs-service-worker")).default() - // : null, - // (await import("@astrojs/sitemap")).default(), - // (await import("astro-critters")).default({ Logger: 1 }), - // (await import("@astrojs/prefetch")).default(), - // (await import("astro-rome")).default({ Logger: 1 }), + import.meta.env.MODE === "production" + ? (await import("astrojs-service-worker")).default() + : null, + (await import("@astrojs/sitemap")).default(), + (await import("astro-critters")).default({ Logger: 1 }), + (await import("@astrojs/prefetch")).default(), + (await import("astro-rome")).default({ Logger: 1 }), (await import("astro-compress")).default({ Logger: 1 }), ], vite: {