diff --git a/astro.config.ts b/astro.config.ts index 534dee7c..5af70357 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -1,4 +1,3 @@ - export default (await import("astro/config")).defineConfig({ srcDir: "./Source", publicDir: "./Public", @@ -6,12 +5,14 @@ export default (await import("astro/config")).defineConfig({ // TODO Place your site URL here // site: "", integrations: [ - import.meta.env.MODE === "production" ? (await import("astrojs-service-worker")).default() : null, + 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 }), + (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: { build: {