Skip to content

Commit

Permalink
Remove rome & critters integration, because of unmaintenance-deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
deeprobin committed Aug 6, 2023
1 parent eb0cb5c commit a0710b4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 311 deletions.
4 changes: 1 addition & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { defineConfig, sharpImageService } from 'astro/config';
import solidJs from "@astrojs/solid-js";
import prefetch from "@astrojs/prefetch";
import sitemap from "@astrojs/sitemap";
import critters from "astro-critters";
import rome from "astro-rome";
import compressor from "astro-compressor";
//import webmanifest from 'astro-webmanifest'; // TODO

Expand All @@ -25,7 +23,7 @@ export default defineConfig({
de: 'de-DE',
},
},
}), critters(), rome(), compressor()],
}), compressor()],
experimental: {
assets: true,
viewTransitions: true
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@contentful/rich-text-html-renderer": "^16.1.1",
"@contentful/rich-text-plain-text-renderer": "^16.0.6",
"@contentful/rich-text-types": "^16.2.1",
"@fontsource/mitr": "^5.0.7",
"@fontsource/mitr": "^5.0.8",
"@kobalte/core": "^0.9.8",
"@motionone/solid": "^10.16.2",
"@nanostores/persistent": "^0.9.1",
Expand All @@ -32,8 +32,6 @@
"@swup/head-plugin": "^1.3.0",
"astro": "^2.10.1",
"astro-compressor": "^0.4.0",
"astro-critters": "^1.1.40",
"astro-rome": "^0.1.18",
"astro-webmanifest": "^0.6.0",
"contentful": "^10.4.0",
"lucide-solid": "^0.241.0",
Expand Down
Loading

0 comments on commit a0710b4

Please sign in to comment.