mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
Fix merge error
This commit is contained in:
parent
81b0bf5734
commit
d879c02a26
1 changed files with 0 additions and 6 deletions
|
@ -75,12 +75,6 @@ export function validateSupportedFeatures(
|
||||||
return settings.config?.output === 'server' && !settings.config?.site;
|
return settings.config?.output === 'server' && !settings.config?.site;
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
if (adapterFeatures?.functionPerRoute) {
|
|
||||||
logger.error(
|
|
||||||
'config',
|
|
||||||
'The Astro feature `i18nDomains` is incompatible with the Adapter feature `functionPerRoute`',
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
validationResult.envGetSecret = validateSupportKind(
|
validationResult.envGetSecret = validateSupportKind(
|
||||||
|
|
Loading…
Reference in a new issue