-
Next.js 跳转到 not-found.tsx 和 error.tsx 定义的页面
not-found 跳转到not-found.tsx定义的页面。 使用notFound()方法即可。无需return。 import {notFound} from "next/navigation
2025-10-15, Views: 16 , Topics: Next.js
not-found 跳转到not-found.tsx定义的页面。 使用notFound()方法即可。无需return。 import {notFound} from "next/navigation
2025-10-15, Views: 16 , Topics: Next.js