mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 07:44:26 +00:00
fixed image bug
This commit is contained in:
parent
fac82909fd
commit
0d67b05aea
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ import Layout from "../layouts/Layout.astro";
|
||||||
border-2 border-white border-solid"
|
border-2 border-white border-solid"
|
||||||
>
|
>
|
||||||
<img
|
<img
|
||||||
src="/public/images/RyanPogSmol.webp"
|
src="/images/RyanPogSmol.webp"
|
||||||
alt="Ryan's Avatar"
|
alt="Ryan's Avatar"
|
||||||
width="100"
|
width="100"
|
||||||
/>
|
/>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue