mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix(schema): resolve ssr
(#7359)
This commit is contained in:
parent
2b37d72eb9
commit
d81a742311
@ -34,7 +34,7 @@ export default defineUntypedSchema({
|
||||
*
|
||||
* @version 3
|
||||
*/
|
||||
theme: null,
|
||||
theme: null,
|
||||
|
||||
/**
|
||||
* Define the workspace directory of your application.
|
||||
@ -199,7 +199,9 @@ export default defineUntypedSchema({
|
||||
* @version 2
|
||||
* @version 3
|
||||
*/
|
||||
ssr: true,
|
||||
ssr: {
|
||||
$resolve: (val) => val ?? true,
|
||||
},
|
||||
|
||||
/**
|
||||
* @deprecated use `ssr` option
|
||||
|
Loading…
Reference in New Issue
Block a user