File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ function Menu({ pages = [] }: { pages: Pages }) {
70
70
)
71
71
} ) }
72
72
</ ul >
73
+
74
+ < div id = "carbon-cover" />
73
75
</ div >
74
76
</ aside >
75
77
)
Original file line number Diff line number Diff line change @@ -923,3 +923,7 @@ pre[class*="language-"] {
923
923
height : auto;
924
924
}
925
925
}
926
+
927
+ # carbon-responsive {
928
+ margin : 0 auto 50px ;
929
+ }
Original file line number Diff line number Diff line change @@ -10,9 +10,10 @@ export default function Document() {
10
10
href = "https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
11
11
/>
12
12
< Script
13
- strategy = "beforeInteractive "
13
+ strategy = "afterInteractive "
14
14
src = "https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"
15
15
/>
16
+ < Script async strategy = "afterInteractive" src = "https://cdn.carbonads.com/carbon.js?serve=CW7DTKQ7& placement = react - hook - formcom & format = cover " id = "_carbonads_js" />
16
17
< link
17
18
rel = "shortcut icon"
18
19
href = "/images/logo/react-hook-form-logo-only.png"
You can’t perform that action at this time.
0 commit comments