fix: set priority on logo above the fold for preloading

This commit is contained in:
Christian Andolf
2024-12-02 10:25:15 +01:00
parent 562b186d40
commit 90337fc84b

View File

@@ -56,6 +56,7 @@ function Logo({ alt }: { alt: string }) {
className={styles.logo}
height={22}
src="/_static/img/scandic-logotype.svg"
priority
width={103}
/>
</NextLink>