Fixing logo
This commit is contained in:
parent
f703b058a5
commit
3537af51ed
3 changed files with 3 additions and 2 deletions
src/layouts
|
@ -35,7 +35,7 @@ if (currentpage !== "home") {
|
|||
<meta property="og:url" content={currPage} />
|
||||
<meta name="description" content={description}/>
|
||||
<meta property="og:description" content={description}/>
|
||||
<meta property="og:image" content="https://firq.pages.neshweb.net/link_192.png" />
|
||||
<meta property="og:image" content="https://firq.dev/embed.png" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<title>{title}</title>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue