Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 21, 2023
1 parent ce544e0 commit 4700e49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ export default (await import("astro/config")).defineConfig({
? (await import("astrojs-service-worker")).default()
: null,
(await import("@astrojs/sitemap")).default(),
(await import("astro-critters")).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-rome")).default({ Logger: 1 }),
(await import("astro-compress")).default({ Logger: 1 }),
],
vite: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@tailwindcss/typography": "0.5.10",
"astro": "3.3.2",
"astro-capo": "0.0.1",
"astro-compress": "2.1.1",
"astro-compress": "2.1.2",
"astro-critters": "2.1.0",
"astro-rome": "2.1.0",
"astrojs-service-worker": "1.1.0",
Expand Down

0 comments on commit 4700e49

Please sign in to comment.