Update dependencies and fix optimization suggestion.

This commit is contained in:
2024-11-25 21:53:36 -07:00
parent f4c9cbdc8e
commit 57df46dc07
3 changed files with 1380 additions and 733 deletions

2100
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,12 +10,12 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.3.3",
"@astrojs/mdx": "^2.0.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"astro": "^4.16.10",
"typescript": "^5.3.3"
"@astrojs/check": "^0.3.4",
"@astrojs/mdx": "^2.3.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.14",
"typescript": "^5.7.2"
},
"devDependencies": {
"prettier": "^3.3.3",

View File

@@ -19,6 +19,7 @@ import profilePic from "../../public/profile-pic.jpg";
<article>
<Image
src={profilePic}
loading=eager
width={250}
alt="A man with short, dark, wavy hair and a beard is looking at the camera. He is wearing a gray shirt and standing against a plain background."
/>