fix: Update image path to /opengraph/og.png
This commit is contained in:
parent
48bc83cdad
commit
6b02b4f4e7
@ -25,7 +25,7 @@ export default {
|
||||
class: "flex min-h-full bg-white",
|
||||
},
|
||||
|
||||
image: "/og.png",
|
||||
image: "/opengraph/og.png",
|
||||
|
||||
prerender: true,
|
||||
prefetchStaticAssets: "hover",
|
||||
|
||||
@ -14,8 +14,6 @@ export async function data(pageContext: PageContext) {
|
||||
} = pageContext;
|
||||
const isRoot = urlParsed.pathname === "/";
|
||||
|
||||
console.log({ isRoot, urlParsed });
|
||||
|
||||
config({
|
||||
title: buildTitle(isRoot ? undefined : frontmatter?.title),
|
||||
description: frontmatter?.description,
|
||||
|
||||
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 74 KiB |
Loading…
Reference in New Issue
Block a user