changed icon
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Struchkov Mark 2024-09-04 21:29:00 +03:00
parent 743d34fe5d
commit 92ac595aa6
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C
3 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default (() => {
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!) const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
const iconPath = joinSegments(baseDir, "static/icon.png") const iconPath = joinSegments(baseDir, "static/icon.png")
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png` const ogImagePath = `https://${cfg.baseUrl}/static/og-image.webp`
return ( return (
<head> <head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

BIN
quartz/static/og-image.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB