Skip to content

Commit 95c1306

Browse files
authored
Merge pull request #358 from vim-jp-radio/fp
feat: add fetchpriority to logo image
2 parents aea5d11 + 5f7ba31 commit 95c1306

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)