mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: Fix typo
This commit is contained in:
parent
992849ee1a
commit
aa7b9da2bb
@ -88,7 +88,7 @@ export default ({ options, nuxt, renderRoute, resources }) => async function nux
|
||||
|
||||
const defaultPushAssets = (preloadFiles, shouldPush, publicPath, isDev) => {
|
||||
if (shouldPush && isDev) {
|
||||
consola.warn('http2.shouldPush is deprecated. User http2.pushAssets function')
|
||||
consola.warn('http2.shouldPush is deprecated. Use http2.pushAssets function')
|
||||
}
|
||||
|
||||
const links = []
|
||||
|
Loading…
Reference in New Issue
Block a user