[ci] format
This commit is contained in:
parent
070da6a792
commit
ff4f45b8eb
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export default function vercelStatic(): AstroIntegration {
|
|||
setAdapter(getAdapter());
|
||||
_config = config;
|
||||
|
||||
if(config.output === 'server') {
|
||||
if (config.output === 'server') {
|
||||
throw new Error(`${PACKAGE_NAME} should be used with output: 'static'`);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue