import { SUPPORTED_LOCALES } from '@appConstants'; export default defineAppConfig({ i18n: { supportedLocales: SUPPORTED_LOCALES, }, ui: { showBreadcrumbs: true, showSearchBar: true, isHeaderFixed: true, isAuthModals: false, notificationPosition: 'top-right', }, });