mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: let not-found page work with locale
This commit is contained in:
5
apps/website/app/[locale]/[...rest]/page.tsx
Normal file
5
apps/website/app/[locale]/[...rest]/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { notFound } from 'next/navigation'
|
||||
|
||||
export default function CatchAll() {
|
||||
notFound()
|
||||
}
|
||||
Reference in New Issue
Block a user