Skip to content

Commit 9b5e39c

Browse files
authored
[Bug] Forgot to add content type to video pages (#24422)
1 parent d10e46f commit 9b5e39c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/videos/[...slug].astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ const props = {
2929
title: entry.title,
3030
description: entry.description,
3131
template: "splash",
32+
pcx_content_type: "video"
3233
},
3334
hideBreadcrumbs: true,
3435
} as StarlightPageProps;

0 commit comments

Comments
 (0)