Some checks failed
homelab-k8s-services/tcb_devportal/pipeline/head There was a failure building this commit
Includes Helm chart (tcb-devportal), Jenkinsfile with homelab CI pipeline, and Next.js app source.
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import { notFound } from 'next/navigation'
|
|
|
|
export default function CatchAllPage() {
|
|
notFound()
|
|
}
|