feat: seo preview #44
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user