8000 docs: remove reference to obsolete `static` property · nuxt/nuxt@80f73d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 80f73d3

Browse files
committed
docs: remove reference to obsolete static property
resolves #15009
1 parent 636e494 commit 80f73d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/schema/src/config/common.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,8 +164,7 @@ export default defineUntypedSchema({
164164

165165
/**
166166
* Whether to enable rendering of HTML - either dynamically (in server mode) or at generate time.
167-
* If set to `false` and combined with `static` target, generated pages will simply display
168-
* a loading screen with no content.
167+
* If set to `false` generated pages will have no content.
169168
*/
170169
ssr: {
171170
$resolve: (val) => val ?? true,

0 commit comments

Comments
 (0)
0