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 550bd07 commit 59ef1f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"@tailwindcss/typography": "0.5.12",
"astro": "4.5.12",
"astro-capo": "0.0.1",
"compress-astro": "0.0.2",
"@playform/compress-astro": "0.0.1",
"@playform/critters-astro": "0.0.2",
"@playform/biome-astro": "0.0.1",
"@playform/biome-astro": "0.0.2",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
"cssnano": "6.1.2",
Expand Down

0 comments on commit 59ef1f0

Please sign in to comment.