mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix(og): add the missing SITE.website to loadGoogleFonts (#360)
This commit is contained in:
@@ -89,7 +89,9 @@ export default async () => {
|
|||||||
width: 1200,
|
width: 1200,
|
||||||
height: 630,
|
height: 630,
|
||||||
embedFont: true,
|
embedFont: true,
|
||||||
fonts: (await loadGoogleFonts(SITE.title + SITE.desc)) as FontOptions[],
|
fonts: (await loadGoogleFonts(
|
||||||
|
SITE.title + SITE.desc + SITE.website
|
||||||
|
)) as FontOptions[],
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user