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 99d90af commit e8ed9b7Copy full SHA for e8ed9b7
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