We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d10e46f commit 9b5e39cCopy full SHA for 9b5e39c
src/pages/videos/[...slug].astro
@@ -29,6 +29,7 @@ const props = {
29
title: entry.title,
30
description: entry.description,
31
template: "splash",
32
+ pcx_content_type: "video"
33
},
34
hideBreadcrumbs: true,
35
} as StarlightPageProps;
0 commit comments