Replies: 2 comments 4 replies
-
my navigation.ts: import { createNavigation } from "next-intl/navigation";
import { localePrefix, locales, pathnames } from "./config";
export const { Link, getPathname, redirect, usePathname, useRouter } =
createNavigation({ locales, pathnames, localePrefix }); |
Beta Was this translation helpful? Give feedback.
0 replies
-
Are you on the latest version of |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this error after setting up i18n can someone help me out fixing this?
Beta Was this translation helpful? Give feedback.
All reactions