mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
Update meta.js
This commit is contained in:
parent
8b634c210d
commit
d0e011bdc4
@ -58,8 +58,7 @@ module.exports = class MetaRenderer {
|
|||||||
m.script.text() +
|
m.script.text() +
|
||||||
m.noscript.text()
|
m.noscript.text()
|
||||||
// BODY_SCRIPTS
|
// BODY_SCRIPTS
|
||||||
meta.BODY_SCRIPTS = m.script.text({ body: true }) +
|
meta.BODY_SCRIPTS = m.script.text({ body: true }) + m.noscript.text({ body: true })
|
||||||
m.noscript.text({ body: true })
|
|
||||||
// Resources Hints
|
// Resources Hints
|
||||||
meta.resourceHints = ''
|
meta.resourceHints = ''
|
||||||
// Resource Hints
|
// Resource Hints
|
||||||
|
Loading…
Reference in New Issue
Block a user