feat: migrate Payload CMS to MDX and harden static infrastructure

This commit is contained in:
2026-05-04 14:48:04 +02:00
parent d51e220802
commit d3141187ee
165 changed files with 7654 additions and 16136 deletions

View File

@@ -168,6 +168,7 @@ export default function Header() {
alt={t('home')}
width={120}
height={120}
sizes="(max-width: 768px) 120px, 120px"
style={{ width: 'auto' }}
className="h-10 md:h-14 w-auto transition-all duration-500 group-hover:scale-110"
priority
@@ -463,7 +464,14 @@ export default function Header() {
)}
style={{ transitionDelay: isMobileMenuOpen ? '800ms' : '0ms' }}
>
<Image src="/logo-white.svg" alt={t('home')} width={80} height={80} unoptimized />
<Image
src="/logo-white.svg"
alt={t('home')}
width={80}
height={80}
sizes="80px"
unoptimized
/>
</div>
</nav>
</div>