feat: seo preview #44

Merged
kailasdevdas merged 11 commits from feat/healthcheck-seo into dev 2026-05-26 07:33:40 +00:00
Showing only changes of commit 3d7b8eef6c - Show all commits
+2 -2
View File
@@ -452,9 +452,9 @@ export const updateDoctor = async (req, res) => {
const seo = await prisma.seo.create({ const seo = await prisma.seo.create({
data: { data: {
ogImage, ogImage,
metaDescription,
seoTitle, seoTitle,
metaDescription, ogDescription,
metaDescription,
ogTitle, ogTitle,
focusKeyphrase, focusKeyphrase,
slug: slug ? slug : null, slug: slug ? slug : null,