mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +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 {
|
||||
headTags: [
|
||||
preBodyTags: [
|
||||
{
|
||||
tagName: 'script',
|
||||
attributes: {
|
||||
type: 'text/javascript',
|
||||
},
|
||||
innerHTML: noFlash,
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Reference in a new issue