Fixing logo
This commit is contained in:
parent
f703b058a5
commit
3537af51ed
3 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -22,3 +22,4 @@ pnpm-debug.log*
|
|||
|
||||
# exclude default png images
|
||||
static/**/*.png
|
||||
!static/embed.png
|
|
@ -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>
|
||||
|
|
BIN
static/embed.png
Normal file
BIN
static/embed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
Loading…
Reference in a new issue