mirror of
https://github.com/withastro/astro.git
synced 2025-01-13 22:11:20 -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;
|
||||
},
|
||||
);
|
||||
if (adapterFeatures?.functionPerRoute) {
|
||||
logger.error(
|
||||
'config',
|
||||
'The Astro feature `i18nDomains` is incompatible with the Adapter feature `functionPerRoute`',
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
validationResult.envGetSecret = validateSupportKind(
|
||||
|
|
Loading…
Add table
Reference in a new issue