mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00: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
|
|
@ -63,9 +63,12 @@ module.exports = function(context, options) {
|
|||
return {};
|
||||
}
|
||||
return {
|
||||
headTags: [
|
||||
preBodyTags: [
|
||||
{
|
||||
tagName: 'script',
|
||||
attributes: {
|
||||
type: 'text/javascript',
|
||||
},
|
||||
innerHTML: noFlash,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue