Replaced old logo with new logo (png placeholder)

This commit is contained in:
Olipra 2024-12-11 00:03:13 +01:00 committed by GitHub
parent 099a9c3076
commit 579485c38c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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