Skip to content

Commit

Permalink
rename fetchpriority to lowercase to match mdn (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
talepre authored Dec 2, 2024
1 parent 63e703c commit 6493057
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/server/src/views/scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const getScriptsProps = async (): Promise<HtmlElementProps[]> => {
attribs: {
src: "https://in2.taskanalytics.com/tm.js",
type: "module",
fetchPriority: "low",
fetchpriority: "low",
async: "async",
},
},
Expand All @@ -84,7 +84,7 @@ const getScriptsProps = async (): Promise<HtmlElementProps[]> => {
id: "d-hotjar-container",
type: "module",
async: "async",
fetchPriority: "low",
fetchpriority: "low",
},
},
];
Expand Down

0 comments on commit 6493057

Please sign in to comment.