icon update

This commit is contained in:
wych 2024-03-05 13:26:23 -06:00
parent 359402c442
commit 04af3456e8

View File

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