Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
> 0.5%
last 2 Chrome versions
Comment thread
amrabed marked this conversation as resolved.
last 2 Firefox versions
last 2 Safari versions
last 2 Edge versions
not dead
Binary file modified public/amrabed.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/components/sections/hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const Intro = () => {
fill
className="rounded-full object-cover"
priority
sizes="(max-width: 768px) 300px, 400px"
/>
</div>

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"paths": {
"@/*": ["./src/*"]
},
"target": "ES2017"
"target": "ES2022"
},
"include": [
"next-env.d.ts",
Expand Down