Skip to content

Commit

Permalink
low fetch priority
Browse files Browse the repository at this point in the history
  • Loading branch information
thejackshelton committed Nov 17, 2024
1 parent a89ad85 commit 768eff7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const ModulePreload = component$(() => {
link.rel = 'modulepreload';
link.as = 'script';
link.href = '/' + 'build/' + chunk;
link.fetchPriority = 'low';
document.head.appendChild(link);
});

Expand Down

0 comments on commit 768eff7

Please sign in to comment.