File tree Expand file tree Collapse file tree 4 files changed +4
-28
lines changed
Expand file tree Collapse file tree 4 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 1818
1919<meta property ="og:title" content ={title } />
2020<meta property ="og:type" content ={type } />
21- {#if url !== false }
22- <meta property ="og:url" content ={ogUrl } />
23- {/if }
21+ <meta property ="og:url" content ={ogUrl } />
2422<meta
2523 property =" og:image"
2624 content =" https://www.gravatar.com/avatar/14ef2f372719714e6084be2efb400f069316e03aa62c87a28e17f92544a547e0?s=200" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1414 <Head {config } />
1515</svelte:head >
1616
17- <h2 class =" text-xl font-extrabold text-center " >Welcome to My Homepage 🎉</h2 >
18- <img class = " w-1/2 md:w-1/4 mx-auto " src =" /memes/meme-1.png" alt =" Salam akal sehat" />
17+ <h2 class =" text-xl font-extrabold" >Welcome to My Homepage 🎉</h2 >
18+ <img src =" /memes/meme-1.png" alt =" Salam akal sehat" />
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const config = {
2020 kit : {
2121 adapter : adapter ( {
2222 pages : "dist" ,
23+ precompress : false ,
2324 strict : true ,
2425 } ) ,
2526 alias : {
You can’t perform that action at this time.
0 commit comments