A simple solution based on the useRouter hook: import Link from "next/link"; import { useRouter } from "next/router"; export const MyNav ...
確定! 回上一頁