File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ import { SITE } from 'astrowind:config';
5
5
<span
6
6
class =" self-center ml-2 rtl:ml-0 rtl:mr-2 text-2xl md:text-xl font-bold text-gray-900 whitespace-nowrap dark:text-white"
7
7
>
8
- <img class =" w-5 h-5 md:w-8 md:h-8 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src =" src/assets /images/icon.png" alt =" onWidget logo" loading =" lazy" />
8
+ <img class =" w-5 h-5 md:w-8 md:h-8 md:-mt-0.5 bg-cover mr-1.5 rtl:mr-0 rtl:ml-1.5 float-left rtl:float-right rounded-sm" src =" . /images/icon.png" alt =" onWidget logo" loading =" lazy" />
9
9
{ SITE ?.name }
10
10
</span >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
18
18
openGraph :
19
19
site_name : Unicode Digital
20
20
images :
21
- - url : ' ~/assets/images/icon.png'
21
+ - url : ' ~/src/ assets/images/icon.png'
22
22
width : 600
23
23
height : 628
24
24
type : website
You can’t perform that action at this time.
0 commit comments