Skip to content

Commit

Permalink
Use astro-icon and iconify
Browse files Browse the repository at this point in the history
  • Loading branch information
morr0ne committed May 20, 2024
1 parent feabd39 commit b82100e
Show file tree
Hide file tree
Showing 5 changed files with 405 additions and 25 deletions.
3 changes: 2 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ import mdx from '@astrojs/mdx';
import sitemap from '@astrojs/sitemap';
import playformCompress from '@playform/compress';
import playformInline from '@playform/inline';

import tailwind from '@astrojs/tailwind';
import icon from 'astro-icon';

// https://astro.build/config
export default defineConfig({
site: 'https://blog.morrone.dev',
integrations: [
icon(),
tailwind(),
mdx(),
sitemap(),
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
"@astrojs/rss": "^4.0.6",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/lucide": "^1.1.187",
"@playform/compress": "^0.0.4",
"@playform/inline": "^0.0.3",
"astro": "^4.8.6",
"lucide-astro": "^0.378.0",
"astro-icon": "^1.1.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
},
Expand Down
Loading

0 comments on commit b82100e

Please sign in to comment.