docs: remove reference to obsolete `static` property

resolves #15009
This commit is contained in:
Daniel Roe 2023-02-15 12:54:49 +00:00
parent 636e494543
commit 80f73d39ce
1 changed files with 1 additions and 2 deletions

View File

@ -164,8 +164,7 @@ export default defineUntypedSchema({
/**
* 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
* a loading screen with no content.
* If set to `false` generated pages will have no content.
*/
ssr: {
$resolve: (val) => val ?? true,