mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-13 09:33:54 +00:00
misc: revert appveyor condition in test
This commit is contained in:
parent
5c6daae205
commit
6b8e9fa1be
2
test/fixtures/spa/nuxt.config.js
vendored
2
test/fixtures/spa/nuxt.config.js
vendored
@ -3,7 +3,7 @@ export default {
|
|||||||
transition: false,
|
transition: false,
|
||||||
render: {
|
render: {
|
||||||
http2: {
|
http2: {
|
||||||
push: !process.env.APPVEYOR
|
push: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
test/fixtures/ssr/nuxt.config.js
vendored
2
test/fixtures/ssr/nuxt.config.js
vendored
@ -2,7 +2,7 @@ export default {
|
|||||||
render: {
|
render: {
|
||||||
resourceHints: false,
|
resourceHints: false,
|
||||||
http2: {
|
http2: {
|
||||||
push: !process.env.APPVEYOR
|
push: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user