feat: implement programmatic SEO routes and optimize meta tags
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user