import {defineRouting} from 'next-intl/routing';
 
export const routing = defineRouting({
  // A list of all locales that are supported
  locales: ['en', 'az','ar'],
 
  // Used when no locale matches
  defaultLocale: 'en',
  localePrefix: 'always'
});