diff --git a/app/staff-member/[slug]/not-found.tsx b/app/staff-member/[slug]/not-found.tsx new file mode 100644 index 0000000..772d434 --- /dev/null +++ b/app/staff-member/[slug]/not-found.tsx @@ -0,0 +1,9 @@ +import Link from 'next/link' + +export default function NotFound() { + return ( +
+

Staff not found!

+
+ ) +} \ No newline at end of file