We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 959d835 commit 1b481bcCopy full SHA for 1b481bc
src/components/Navigation.tsx
@@ -78,7 +78,7 @@ export default function Navigation(props: Props) {
78
79
<CustomLink href='/'>
80
{' '}
81
- <Image src='/logo.png' alt='logo' width={64} height={64} />
+ <Image src='/logo.png' alt='logo' width={64} height={64} priority />
82
</CustomLink>
83
<CustomLink
84
href='/'
0 commit comments