Update dependencies and fix optimization suggestion.
This commit is contained in:
2100
package-lock.json
generated
2100
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
12
package.json
12
package.json
@@ -10,12 +10,12 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.3.3",
|
"@astrojs/check": "^0.3.4",
|
||||||
"@astrojs/mdx": "^2.0.1",
|
"@astrojs/mdx": "^2.3.1",
|
||||||
"@astrojs/rss": "^4.0.1",
|
"@astrojs/rss": "^4.0.9",
|
||||||
"@astrojs/sitemap": "^3.0.3",
|
"@astrojs/sitemap": "^3.2.1",
|
||||||
"astro": "^4.16.10",
|
"astro": "^4.16.14",
|
||||||
"typescript": "^5.3.3"
|
"typescript": "^5.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"prettier": "^3.3.3",
|
"prettier": "^3.3.3",
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ import profilePic from "../../public/profile-pic.jpg";
|
|||||||
<article>
|
<article>
|
||||||
<Image
|
<Image
|
||||||
src={profilePic}
|
src={profilePic}
|
||||||
|
loading=eager
|
||||||
width={250}
|
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."
|
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."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user