Skip to content

Commit

Permalink
Switch to npm specifiers
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Sep 8, 2023
1 parent 30dc488 commit 5a3ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/LiveAnalytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const main = (
onIdle(async () => {
/* Listen web-vitals */
const webVitals = await import(
"https://esm.sh/v128/[email protected]/es2022/web-vitals.mjs"
"npm:[email protected]"
);

webVitals.onCLS(onWebVitalsReport);
Expand Down

0 comments on commit 5a3ee8e

Please sign in to comment.