Skip to content

Commit

Permalink
Use astro-icon instead of our component
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 5, 2021
1 parent 5533543 commit 85c9761
Show file tree
Hide file tree
Showing 13 changed files with 168 additions and 145 deletions.
3 changes: 3 additions & 0 deletions astro.config.mjs
Expand Up @@ -12,6 +12,9 @@
export default {
renderers: [],
vite: {
ssr: {
external: ["svgo"],
},
plugins: [],
resolve: {
alias: {
Expand Down
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -10,20 +10,21 @@
"lint": "eslint . --ext .ts,.js"
},
"devDependencies": {
"astro": "0.21.6",
"astro": "0.21.10",
"typescript": "^4.5.2"
},
"dependencies": {
"@types/eslint": "^8.2.0",
"@types/eslint": "^8.2.1",
"@types/prettier": "^2.4.2",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"astro-icon": "^0.2.1",
"astro-social-images": "^0.2.1",
"autoprefixer": "^10.4.0",
"eslint": "^8.3.0",
"eslint": "^8.4.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.0",
"prettier": "^2.5.1",
"prettier-plugin-astro": "^0.0.11",
"tailwindcss": "^2.2.19"
}
Expand Down

0 comments on commit 85c9761

Please sign in to comment.