Skip to content

Commit

Permalink
Preview mobile param
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 9, 2024
1 parent cdf1851 commit 219c403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export async function init(node = document) {
};

// start with lcp and priority
Promise.all([
await Promise.all([
...lcp.map(({ name, el }) => start({ name, el })),
...priority.map(({ name, el }) => start({ name, el })),
]);
Expand Down

0 comments on commit 219c403

Please sign in to comment.