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 a86cac6 commit 445bcb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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("@astrojs/sitemap")).default(),
(await import("critters-astro")).default({ Logger: 1 }),
(await import("@astrojs/prefetch")).default(),
(await import("biome-astro")).default({ Logger: 1 }),
(await import("@playform/biome-astro")).default({ Logger: 1 }),
(await import("compress-astro")).default({ Logger: 1 }),
],
vite: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.12",
"astro": "4.5.12",
"biome-astro": "0.0.10",
"@playform/biome-astro": "0.0.1",
"astro-capo": "0.0.1",
"compress-astro": "0.0.1",
"compress-astro": "0.0.2",
"critters-astro": "2.1.6",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.19",
Expand All @@ -45,7 +45,7 @@
"postcss-url": "10.1.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.3",
"typescript-esbuild": "0.4.9",
"typescript-esbuild": "0.4.10",
"zod": "3.22.4"
},
"publishConfig": {
Expand Down

0 comments on commit 445bcb2

Please sign in to comment.