feat(cms): improve admin content editing

This commit is contained in:
Schubert Ferenc 2026-07-04 11:01:29 +02:00
parent 12d31f5468
commit a284bbc188
26 changed files with 362 additions and 147 deletions

View file

@ -61,7 +61,7 @@ export default function Footer() {
<div className="container footer-grid">
<div>
<Image
src={settings.logoUrl}
src={settings.logoUrl || fallbackSettings.logoUrl}
alt={settings.siteName}
width={1672}
height={941}