fix: remove unnecessary head tags
All checks were successful
Docker / build-and-push-image (push) Successful in 2m35s
All checks were successful
Docker / build-and-push-image (push) Successful in 2m35s
This commit is contained in:
parent
782bfc7c90
commit
9346a78c27
3 changed files with 311 additions and 145 deletions
10
package.json
10
package.json
|
@ -15,18 +15,18 @@
|
|||
"@astrojs/check": "0.9.4",
|
||||
"@astrojs/mdx": "^4.2.6",
|
||||
"@astrojs/rss": "^4.0.11",
|
||||
"@astrojs/sitemap": "3.3.1",
|
||||
"@tailwindcss/vite": "^4.1.5",
|
||||
"astro": "^5.7.11",
|
||||
"@astrojs/sitemap": "3.4.0",
|
||||
"@tailwindcss/vite": "^4.1.7",
|
||||
"astro": "^5.7.13",
|
||||
"astro-icon": "^1.1.5",
|
||||
"rehype-external-links": "^3.0.0",
|
||||
"tailwindcss": "^4.1.5",
|
||||
"tailwindcss": "^4.1.7",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@types/node": "^22.15.13",
|
||||
"@types/node": "^22.15.18",
|
||||
"npm-check-updates": "^18.0.1",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-astro": "^0.14.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue