mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-25 07:25:42 -05:00
icon update
This commit is contained in:
parent
359402c442
commit
04af3456e8
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user