Skip to content

Commit

Permalink
Site: Update Astro, optimize image
Browse files Browse the repository at this point in the history
  • Loading branch information
onkofonko committed Jan 30, 2025
1 parent eefbcf1 commit 4b404a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@astrojs/partytown": "^2.1.3",
"astro": "^5.2.0",
"astro": "^5.2.1",
"astro-icon": "^0.8.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Layout from '../layouts/Layout.astro';
<div class="header">
<div class="profile-container">
<img
src="https://avatars.githubusercontent.com/u/36997301?v=4"
src="https://avatars.githubusercontent.com/u/36997301?v=4&s=120"
alt="Profile"
class="profile-img"
loading="eager"
Expand Down Expand Up @@ -147,7 +147,7 @@ import Layout from '../layouts/Layout.astro';
</main>
</Layout>

<script src="../scripts/copytext.ts"></script>
<script type="text/partytown" src="../scripts/copytext.ts"></script>

<style>
main {
Expand Down

0 comments on commit 4b404a3

Please sign in to comment.