We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f141816 commit c5d2fd7Copy full SHA for c5d2fd7
mystbin/frontend/pages/_app.tsx
@@ -5,7 +5,7 @@ import Script from "next/script";
5
6
function MyApp({ Component, pageProps }) {
7
return(<>
8
- <Script src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
+ <Script async src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
9
<Component {...pageProps} />;
10
</>)
11
}
0 commit comments