removed unnecessary space from warning
This commit is contained in:
parent
e2f7ef8b44
commit
ae7fc463b5
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export function warnIfUsingExperimentalSSR(opts: LogOptions, config: AstroConfig
|
|||
opts,
|
||||
'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.`
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue