mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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,
|
||||
render: {
|
||||
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: {
|
||||
resourceHints: false,
|
||||
http2: {
|
||||
push: !process.env.APPVEYOR
|
||||
push: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user