not-found
for Group Routes?
#54603
-
Hello Guys! I'm trying to implement a not-found page for a group route without having a global not-found page. I've tried multiple stuff but still it shows default 404 page. I want when I hit
My Folder Structure: app
├── favicon.ico
├── globals.css
├── layout.tsx
├── (root)
│ ├── layout.tsx
│ ├── [[...not-found]]
│ │ └── page.tsx
│ ├── not-found.tsx
│ └── page.tsx
└── (studio)
└── admin
└── [[...index]]
└── page.tsx
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Place |
Beta Was this translation helpful? Give feedback.
-
I got |
Beta Was this translation helpful? Give feedback.
Thanks!