Skip to content

Commit

Permalink
chore: remove fetchpriority
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Nov 25, 2024
1 parent b3cfc89 commit 07ada4c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/PreloadResources.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const PreloadResources = () => {
as: "font",
crossOrigin: "",
type: "font/woff2",
fetchPriority: "high",
},
);
ReactDOM.preload(
Expand Down

0 comments on commit 07ada4c

Please sign in to comment.