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 1a72702 commit 3f8cbceCopy full SHA for 3f8cbce
docs/app/routes/docs.tsx
@@ -243,14 +243,12 @@ export default function DocsLayout() {
243
<MainStickyMenu subnav={navigation.subnav} />
244
) : null}
245
<Article hasStickySubnav={hasStickySubnav}>
246
- {typeof window !== 'undefined' && window.env.ENABLE_CARBON ? (
247
- <script
248
- async
249
- type="text/javascript"
250
- src="cdn.carbonads.com/carbon.js?serve=CEAIPK7I&placement=react-springdev"
251
- id="_carbonads_js"
252
- />
253
- ) : null}
+ <script
+ async
+ type="text/javascript"
+ src="https://cdn.carbonads.com/carbon.js?serve=CEAIPK7I&placement=react-springdev"
+ id="_carbonads_js"
+ />
254
<MDXProvider components={comps}>
255
<Outlet />
256
</MDXProvider>
0 commit comments