Skip to content

Commit 10ff8f5

Browse files
authored
Add async to ea script
1 parent 2daa0e6 commit 10ff8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mystbin/frontend/pages/_app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Script from "next/script";
55

66
function MyApp({ Component, pageProps }) {
77
return(<>
8-
<Script async src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
8+
<Script async="async" src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
99
<Component {...pageProps} />;
1010
</>)
1111
}

0 commit comments

Comments
 (0)