mirror of https://github.com/explosion/spaCy.git
Revert "Move DocSearch styles before headComponents"
This reverts commit 1232ccbc0f
.
This commit is contained in:
parent
1232ccbc0f
commit
dbee31c17a
|
@ -11,11 +11,11 @@ export default function HTML(props) {
|
||||||
name="viewport"
|
name="viewport"
|
||||||
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"
|
||||||
/>
|
/>
|
||||||
|
{props.headComponents}
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"
|
||||||
/>
|
/>
|
||||||
{props.headComponents}
|
|
||||||
</head>
|
</head>
|
||||||
<body {...props.bodyAttributes}>
|
<body {...props.bodyAttributes}>
|
||||||
{props.preBodyComponents}
|
{props.preBodyComponents}
|
||||||
|
|
Loading…
Reference in New Issue