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 10ff8f5 commit d824ac8Copy full SHA for d824ac8
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="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