feat: implement programmatic SEO routes and optimize meta tags

This commit is contained in:
mstfyldz
2026-05-30 22:02:55 +03:00
parent fa9e3edcd8
commit 7872e8862d
16 changed files with 947 additions and 629 deletions
+1
View File
@@ -11,6 +11,7 @@ export async function getProjects() {
try {
return await prisma.project.findMany({
orderBy: { num: "asc" },
take: 50,
});
} catch (error) {
console.error("Error fetching projects:", error);