Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
honwhy committed Apr 14, 2024
1 parent 83c174b commit da059a7
Show file tree
Hide file tree
Showing 18 changed files with 395 additions and 255 deletions.
5 changes: 3 additions & 2 deletions .astro/icon.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Automatically generated by astro-icon
// 5a07c3cf60070fcbe2b36b583820e39f6dfb51faebb26f04a545c8ed99b29a8e
// e9cbc7eb037501f190e1ee405b0ddd4e06a5d317ca3895ca5c91548f80fd6b75

declare module 'virtual:astro-icon' {
export type Icon =
Expand Down Expand Up @@ -9999,5 +9999,6 @@ declare module 'virtual:astro-icon' {
| "mdi:zodiac-sagittarius"
| "mdi:zodiac-scorpio"
| "mdi:zodiac-taurus"
| "mdi:zodiac-virgo";
| "mdi:zodiac-virgo"
| "translation";
}
4 changes: 2 additions & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig, passthroughImageService } from 'astro/config'
import { defineConfig, squooshImageService } from 'astro/config'
import mdx from '@astrojs/mdx'
import tailwind from '@astrojs/tailwind'
import compress from 'astro-compress'
Expand All @@ -7,7 +7,7 @@ import icon from "astro-icon"
// https://astro.build/config
export default defineConfig({
image: {
service: passthroughImageService()
service: squooshImageService()
},
compressHTML: true,
integrations: [mdx(), icon(), tailwind({
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,5 @@
"sass": "^1.49.9",
"svgo": "^3.2.0",
"tailwindcss": "^3.2.7"
},
"dependencies": {
"sharp": "^0.33.3"
}
}
Loading

0 comments on commit da059a7

Please sign in to comment.