Merged in fix/add-priority-logo (pull request #1009)

fix: set priority on logo above the fold for preloading

Approved-by: Erik Tiekstra
This commit is contained in:
Christian Andolf
2024-12-04 09:42:22 +00:00

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>