File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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';
55<span
66 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"
77>
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" />
99 { SITE ?.name }
1010</span >
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ metadata:
1818 openGraph :
1919 site_name : Unicode Digital
2020 images :
21- - url : ' ~/assets/images/icon.png'
21+ - url : ' ~/src/ assets/images/icon.png'
2222 width : 600
2323 height : 628
2424 type : website
You can’t perform that action at this time.
0 commit comments