mirror of
https://github.com/zen-browser/docs.git
synced 2025-07-07 17:05:34 +02:00
Replaced old logo with new logo (png placeholder)
This commit is contained in:
parent
099a9c3076
commit
579485c38c
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ export default (() => {
|
|||
const path = url.pathname as FullSlug
|
||||
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)
|
||||
|
||||
const iconPath = joinSegments(baseDir, "static/icon.svg")
|
||||
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.svg`
|
||||
const iconPath = joinSegments(baseDir, "static/icon.png")
|
||||
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`
|
||||
|
||||
return (
|
||||
<head>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue