removed unnecessary space from warning

This commit is contained in:
Rafid Muhymin Wafi 2022-04-28 17:31:22 +06:00 committed by GitHub
parent e2f7ef8b44
commit ae7fc463b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -139,7 +139,7 @@ export function warnIfUsingExperimentalSSR(opts: LogOptions, config: AstroConfig
opts, opts,
'warning', 'warning',
bold(`Warning:`), bold(`Warning:`),
` SSR support is still experimental and subject to API changes. If using in production pin your dependencies to prevent accidental breakage.` `SSR support is still experimental and subject to API changes. If using in production pin your dependencies to prevent accidental breakage.`
); );
} }
} }