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 2daa0e6 commit 10ff8f5Copy full SHA for 10ff8f5
mystbin/frontend/pages/_app.tsx
@@ -5,7 +5,7 @@ import Script from "next/script";
5
6
function MyApp({ Component, pageProps }) {
7
return(<>
8
- <Script async src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
+ <Script async="async" src={"https://media.ethicalads.io/media/client/ethicalads.min.js"} strategy={"beforeInteractive"}/>
9
<Component {...pageProps} />;
10
</>)
11
}
0 commit comments