🔖 Replaced heroimage with an image of me, fix typo
All checks were successful
Build and deploy website / build (push) Successful in 32s
All checks were successful
Build and deploy website / build (push) Successful in 32s
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
import { Image } from "astro:assets"
|
||||
import me from "@/images/polite-cat.jpg"
|
||||
import me from "@/images/me.jpg"
|
||||
import * as m from "@/paraglide/messages.js"
|
||||
import "@/styles/global.css"
|
||||
---
|
||||
@ -18,10 +18,10 @@ import "@/styles/global.css"
|
||||
</div>
|
||||
<Image
|
||||
src={me}
|
||||
alt="Me on a hike"
|
||||
alt="Me on a stand in front of a poster that says 'anbudsassistent'"
|
||||
width="400"
|
||||
height="400"
|
||||
class="p-5 mx-auto"
|
||||
class="p-5 mx-auto rounded-full"
|
||||
loading={"eager"}
|
||||
/>
|
||||
</div>
|
||||
|
BIN
src/images/me.jpg
Normal file
BIN
src/images/me.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 135 KiB |
Reference in New Issue
Block a user