8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent 636e494 commit 80f73d3Copy full SHA for 80f73d3
packages/schema/src/config/common.ts
@@ -164,8 +164,7 @@ export default defineUntypedSchema({
164
165
/**
166
* 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.
+ * If set to `false` generated pages will have no content.
169
*/
170
ssr: {
171
$resolve: (val) => val ?? true,
0 commit comments