mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
feat: add website
This commit is contained in:
5
app/[locale]/[...rest]/page.tsx
Normal file
5
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