Skip to content

Commit 0162560

Browse files
authored
fix: adds siteName to openGraphSchema joi validation (#6764)
1 parent ed0820f commit 0162560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/payload/src/config/shared/openGraphSchema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ export const openGraphSchema = joi.object({
1212
description: joi.string(),
1313
images: joi.alternatives().try(ogImageObj, joi.array().items(ogImageObj)),
1414
title: joi.string(),
15-
url: joi.string(),
15+
siteName: joi.string(),
1616
})

0 commit comments

Comments
 (0)