Skip to content

Commit

Permalink
Remove astro critters
Browse files Browse the repository at this point in the history
  • Loading branch information
PuruVJ committed Aug 8, 2023
1 parent f0b9cff commit 6965d57
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 107 deletions.
3 changes: 1 addition & 2 deletions docs/astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import prefetch from '@astrojs/prefetch';
import svelte from '@astrojs/svelte';
import critters from 'astro-critters';
import serviceWorker from 'astrojs-service-worker';
import { rehypeHeadingIds } from '@astrojs/markdown-remark';

Expand Down Expand Up @@ -45,7 +44,7 @@ export default defineConfig({
sitemap(),
prefetch(),
serviceWorker(),
critters(),
// critters(),
AutoImport({
dts: './src/auto-imports.d.ts',
imports: [
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"@iconify/json": "^2.2.25",
"@types/throttle-debounce": "^5.0.0",
"astro": "^2.0.14",
"astro-critters": "^1.1.29",
"astrojs-service-worker": "^0.0.9",
"autoprefixer": "^10.4.13",
"hast-util-to-string": "^2.0.0",
Expand Down
147 changes: 43 additions & 104 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 6965d57

@vercel
Copy link

@vercel vercel bot commented on 6965d57 Aug 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.