fix: correct RSC error patterns and extract skills grouping to utility

This commit is contained in:
Ilia Mashkov
2026-05-05 09:41:49 +03:00
parent 4b18fc454e
commit 4219a7b4e7
3 changed files with 11 additions and 12 deletions
@@ -1,3 +1,4 @@
import { notFound } from 'next/navigation';
import type { PageContentRecord } from '$shared/api';
import { getFirstRecord } from '$shared/api';
@@ -11,7 +12,7 @@ export default async function IntroSection() {
});
if (!data) {
return <p>Loading intro content...</p>;
notFound();
}
return (