diff --git a/.npmrc b/.npmrc new file mode 100644 index 00000000..0b915d44 --- /dev/null +++ b/.npmrc @@ -0,0 +1,3 @@ +legacy-peer-deps=true +shamefully-hoist=true +strict-peer-dependencies=false diff --git a/astro.config.ts b/astro.config.ts index 8fcbfb63..5dd6e22e 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -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: { diff --git a/package.json b/package.json index eaffa96f..80460134 100644 --- a/package.json +++ b/package.json @@ -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",