Skip to content

Commit

Permalink
fix: SVG compression
Browse files Browse the repository at this point in the history
  • Loading branch information
ladit committed Apr 1, 2024
1 parent 766daac commit c936b8b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tailwind from '@astrojs/tailwind';
import { rehypeHeadingIds } from '@astrojs/markdown-remark';
import sitemap from '@astrojs/sitemap';
import icon from 'astro-icon';
import compress from 'astro-compress';
import compress from '@playform/compress-astro';
import pagefind from 'astro-pagefind';
import emoji from 'remark-emoji';
import remarkMath from 'remark-math';
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
"@iconify-json/ri": "^1.1.20",
"@jsdevtools/rehype-toc": "^3.0.2",
"@nanostores/persistent": "^0.10.1",
"@playform/compress-astro": "^0.0.2",
"@shikijs/transformers": "^1.1.7",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.0.0",
"astro-compress": "^2.2.13",
"astro-icon": "^1.1.0",
"astro-pagefind": "^1.4.0",
"katex": "^0.16.9",
Expand Down

0 comments on commit c936b8b

Please sign in to comment.