mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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.noscript.text()
|
||||
// BODY_SCRIPTS
|
||||
meta.BODY_SCRIPTS = m.script.text({ body: true }) +
|
||||
m.noscript.text({ body: true })
|
||||
meta.BODY_SCRIPTS = m.script.text({ body: true }) + m.noscript.text({ body: true })
|
||||
// Resources Hints
|
||||
meta.resourceHints = ''
|
||||
// Resource Hints
|
||||
|
Loading…
Reference in New Issue
Block a user