Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 25, 2023
1 parent 208cdd6 commit 492a323
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 492a323

Please sign in to comment.