diff --git a/src/components/AppLayout.tsx b/src/components/AppLayout.tsx index 8bf009a..786d68f 100644 --- a/src/components/AppLayout.tsx +++ b/src/components/AppLayout.tsx @@ -119,7 +119,7 @@ export function AppLayout(props: Immutable): JSX.Element { const metaTitle = `${titlePrefix} - ${ogTitle}`; - const metaDescription = description ?? langui.default_description ?? ""; + const metaDescription = description ? description : langui.default_description ?? ""; useEffect(() => { document.getElementsByTagName("html")[0].style.fontSize = `${