0
Fork 0
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:
bluwy 2024-10-31 16:29:56 +08:00
parent 81b0bf5734
commit d879c02a26

View file

@ -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(