fix: banner display

This commit is contained in:
DIYgod 2024-01-12 18:48:16 +08:00
parent cd6e28e1e6
commit 81460bd3df
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ export const SiteHeader = async ({
return (
<header className="xlog-header border-b border-zinc-100 relative">
<div className="xlog-banner absolute inset-0 -z-10 overflow-hidden">
<div className="xlog-banner absolute inset-0 overflow-hidden">
{(() => {
switch (
site?.metadata?.content?.banners?.[0]?.mime_type?.split("/")[0]