We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
id
strategy
1 parent 9a06f82 commit 7f173ddCopy full SHA for 7f173dd
1 file changed
components/ads/Banner160x300.tsx
@@ -13,6 +13,8 @@ export default function Banner160x300({ className }: AdProps) {
13
return (
14
<div className={className}>
15
<Script
16
+ id="banner-160x300-config"
17
+ strategy="afterInteractive"
18
type="text/javascript"
19
dangerouslySetInnerHTML={{
20
__html: `
@@ -27,6 +29,7 @@ export default function Banner160x300({ className }: AdProps) {
27
29
}}
28
30
/>
31
32
+ id="banner-160x300-script"
33
34
src="//www.highperformanceformat.com/00a77b46f049fda248000bb1c591b2d6/invoke.js"
35
strategy="afterInteractive"
0 commit comments