Nested Not-Found Page in Next.js with Internalization

Опубликовано: 17 Август 2024
на канале: Blue Cell
73
4

Facing issues with your custom 'not-found' page not displaying correctly in your Next.js app with internalization due to folder nesting? In this video, I’ll show you how to properly set up a 'not-found' page within your 'locale' directory:

app/[locale]/[...catchAll]/page.tsx

import { notFound } from 'next/navigation';
export default function CatchAll(): void {
notFound();
}


Смотрите видео Nested Not-Found Page in Next.js with Internalization онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Blue Cell 17 Август 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 7 раз и оно понравилось людям.