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 427b9c6 commit a506dfdCopy full SHA for a506dfd
src/pages/videos/[...slug].astro
@@ -29,7 +29,6 @@ const props = {
29
title: entry.title,
30
description: entry.description,
31
template: "splash",
32
- noindex: true,
33
},
34
hideBreadcrumbs: true,
35
} as StarlightPageProps;
src/pages/videos/index.astro
@@ -9,7 +9,6 @@ const props = {
9
frontmatter: {
10
title: "Videos",
11
12
13
14
15
0 commit comments