fix: remove unnecessary head tags
All checks were successful
Docker / build-and-push-image (push) Successful in 2m35s

This commit is contained in:
Troy 2025-05-17 22:44:13 +01:00
parent 782bfc7c90
commit 9346a78c27
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 311 additions and 145 deletions

View file

@ -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",