opengraph image added to projects

This commit is contained in:
parsa aghaei 2024-10-19 15:22:48 +03:30
parent 56a97b1ae5
commit f9d19b0d66

View File

@ -2,9 +2,11 @@ import { Metadata } from "next";
export const metadata: Metadata = {
title: "projects",
description: "parsa aghayi personal website projects description",
openGraph: {
title: "parsa aghayi personal website openGraph projects page title",
description: "parsa aghayi personal website openGraph projects description",
title: "parsa aghayi personal website projects page title",
description: "parsa aghayi personal website projects description",
images: ["/og-image?text=parsa aghayi's projects"],
},
};