Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 31, 2024
1 parent 05d8730 commit 8e7c34d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default (await import("astro/config")).defineConfig({
? (await import("astrojs-service-worker")).default()
: null,
(await import("@astrojs/sitemap")).default(),
(await import("critters-astro")).default({ Logger: 1 }),
(await import("@playform/critters-astro")).default({ Logger: 1 }),
(await import("@astrojs/prefetch")).default(),
(await import("@playform/biome-astro")).default({ Logger: 1 }),
(await import("compress-astro")).default({ Logger: 1 }),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@playform/biome-astro": "0.0.1",
"astro-capo": "0.0.1",
"compress-astro": "0.0.2",
"critters-astro": "2.1.6",
"@playform/critters-astro": "2.1.6",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
"cssnano": "6.1.2",
Expand Down

0 comments on commit 8e7c34d

Please sign in to comment.