Skip to content

Commit

Permalink
Ugh broken script again
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Aug 29, 2022
1 parent 10ff8f5 commit d824ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mystbin/frontend/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Script from "next/script";

function MyApp({ Component, pageProps }) {
return(<>
<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"}/>
<Component {...pageProps} />;
</>)
}
Expand Down

0 comments on commit d824ac8

Please sign in to comment.