mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
Use boolean for ssr option
This commit is contained in:
parent
59d335b696
commit
a4c4b88de4
@ -130,7 +130,7 @@ export const defaultOptions = {
|
||||
scrollBehavior: null,
|
||||
fallback: false
|
||||
},
|
||||
ssr: {},
|
||||
ssr: true,
|
||||
render: {
|
||||
bundleRenderer: {},
|
||||
resourceHints: true,
|
||||
|
Loading…
Reference in New Issue
Block a user