mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
parent
636e494543
commit
80f73d39ce
@ -164,8 +164,7 @@ export default defineUntypedSchema({
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether to enable rendering of HTML - either dynamically (in server mode) or at generate time.
|
* Whether to enable rendering of HTML - either dynamically (in server mode) or at generate time.
|
||||||
* If set to `false` and combined with `static` target, generated pages will simply display
|
* If set to `false` generated pages will have no content.
|
||||||
* a loading screen with no content.
|
|
||||||
*/
|
*/
|
||||||
ssr: {
|
ssr: {
|
||||||
$resolve: (val) => val ?? true,
|
$resolve: (val) => val ?? true,
|
||||||
|
Loading…
Reference in New Issue
Block a user