Astro
Function incompatible with the current strategy.
Function incompatible with the current strategy.
import DontEditWarning from '~/components/DontEditWarning.astro'
IncorrectStrategyForI18n: The function
FUNCTION_NAMEcan only be used when thei18n.routing.strategyis set to"manual".
What went wrong?
Some internationalization functions are only available when Astro's own i18n routing is disabled by the configuration setting i18n.routing: "manual".
See Also: