8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import { defineRouting } from "next-intl/routing";
|
|
|
|
export const routing = defineRouting({
|
|
locales: ["en", "zh"],
|
|
defaultLocale: "en",
|
|
localePrefix: "always",
|
|
});
|