Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Sep 9, 2023
1 parent 3a22050 commit ba009f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import PreFetch from "@astrojs/prefetch";
// import Sitemap from "@astrojs/sitemap";
import Sitemap from "@astrojs/sitemap";
import Compress from "astro-compress";
import Critters from "astro-critters";
import Rome from "astro-rome";
Expand All @@ -14,7 +14,7 @@ export default defineConfig({
compressHTML: true,
integrations: [
import.meta.env.MODE === "production" ? Worker() : null,
// Sitemap(),
Sitemap(),
Critters({ Logger: 1 }),
PreFetch(),
Rome({ Logger: 1 }),
Expand Down

0 comments on commit ba009f4

Please sign in to comment.