Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Mar 31, 2024
1 parent 049eeb5 commit 27a4879
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 @@ -13,7 +13,7 @@ export default (await import("astro/config")).defineConfig({
(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 }),
(await import("@playform/compress-astro")).default({ Logger: 1 }),
],
vite: {
build: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"astro": "4.5.12",
"@playform/biome-astro": "0.0.1",
"astro-capo": "0.0.1",
"compress-astro": "0.0.2",
"@playform/compress-astro": "0.0.1",
"@playform/critters-astro": "0.0.2",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
Expand Down

0 comments on commit 27a4879

Please sign in to comment.