feat: install next-intl and set up i18n routing config
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
import { createNavigation } from 'next-intl/navigation'
|
||||
import { routing } from './i18n/routing'
|
||||
|
||||
export const { Link, redirect, usePathname, useRouter } = createNavigation(routing)
|
||||
Reference in New Issue
Block a user