Skip to content

Commit 5f7ba31

Browse files
committed
feat: add fetchpriority to logo image
1 parent aea5d11 commit 5f7ba31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/Header.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
uno-m-0
1010
uno-place='content-center items-center'
1111
>
12-
<VimJpRadio class='h-auto max-w-100% w-50svh' loading={null} />
12+
<VimJpRadio class='h-auto max-w-100% w-50svh' fetchpriority='high' loading={null} />
1313
</h1>
1414
</header>

0 commit comments

Comments
 (0)