mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-01 11:18:24 +02:00
Revert "refactor(v2): move no-flash script to head tag (#2158)"
This reverts commit f944550353
.
This commit is contained in:
parent
f944550353
commit
26cc4168fa
1 changed files with 4 additions and 1 deletions
|
@ -63,9 +63,12 @@ module.exports = function(context, options) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
return {
|
return {
|
||||||
headTags: [
|
preBodyTags: [
|
||||||
{
|
{
|
||||||
tagName: 'script',
|
tagName: 'script',
|
||||||
|
attributes: {
|
||||||
|
type: 'text/javascript',
|
||||||
|
},
|
||||||
innerHTML: noFlash,
|
innerHTML: noFlash,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Reference in a new issue