forked from unitoo/website
fix og:image with png format, og:image cannot use webp format
This commit is contained in:
parent
b95fdccd5b
commit
05b3c204a4
2 changed files with 1 additions and 1 deletions
BIN
_assets/images/logo.png
Normal file
BIN
_assets/images/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -48,7 +48,7 @@ defaults:
|
||||||
- scope:
|
- scope:
|
||||||
path: ""
|
path: ""
|
||||||
values:
|
values:
|
||||||
image: "/assets/images/logo.webp"
|
image: "/assets/images/logo.png"
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-assets
|
- jekyll-assets
|
||||||
|
|
Loading…
Reference in a new issue