Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Feb 9, 2024
1 parent ecc440f commit da05d71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
legacy-peer-deps=true
shamefully-hoist=true
strict-peer-dependencies=false
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("astro-critters")).default({ Logger: 1 }),
(await import("@astrojs/prefetch")).default(),
(await import("astro-rome")).default({ Logger: 1 }),
(await import("astro-biome")).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 @@ -29,10 +29,10 @@
"@tailwindcss/forms": "0.5.7",
"@tailwindcss/typography": "0.5.10",
"astro": "4.3.5",
"astro-biome": "0.0.3",
"astro-capo": "0.0.1",
"astro-compress": "2.2.9",
"astro-critters": "2.0.11",
"astro-rome": "2.0.9",
"astrojs-service-worker": "2.0.0",
"autoprefixer": "10.4.17",
"cssnano": "6.0.3",
Expand Down

0 comments on commit da05d71

Please sign in to comment.