import { defineRouting } from "next-intl/routing"; import { SUPPORTED_LOCALES, DEFAULT_LOCALE } from "@/lib/i18n/locales"; export const routing = defineRouting({ locales: SUPPORTED_LOCALES, defaultLocale: DEFAULT_LOCALE, localePrefix: "as-needed", });