Skip to content

Commit 422ea02

Browse files
committed
Add fetchpriority=low
1 parent 7da99eb commit 422ea02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/index-page/graphql-advantages/productivity.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export function ProductivityFigure() {
1313
loop
1414
playsInline
1515
className="hidden dark:block"
16+
// @ts-expect-error @types/react doesn't support fetchPriority yet
17+
fetchpriority="low"
1618
>
1719
<source
1820
src={`${VIDEOS_DIR}/graphiql-dark.mp4`}

0 commit comments

Comments
 (0)