Use initial settings for title

pull/4425/head
shamoon 1 month ago committed by GitHub
parent 0c352b1843
commit 9aa46e4fdd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -359,7 +359,7 @@ function Home({ initialSettings }) {
return (
<>
<Head>
<title>{settings.title || "Homepage"}</title>
<title>{initialSettings.title || "Homepage"}</title>
{settings.base && <base href={settings.base} />}
{settings.favicon ? (
<>

Loading…
Cancel
Save