Skip to content

Commit a506dfd

Browse files
kodster28thomasgauvin
authored andcommitted
[Chore] Remove video noindex (#24419)
1 parent 427b9c6 commit a506dfd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const props = {
2929
title: entry.title,
3030
description: entry.description,
3131
template: "splash",
32-
noindex: true,
3332
},
3433
hideBreadcrumbs: true,
3534
} as StarlightPageProps;

src/pages/videos/index.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ const props = {
99
frontmatter: {
1010
title: "Videos",
1111
template: "splash",
12-
noindex: true,
1312
},
1413
hideBreadcrumbs: true,
1514
} as StarlightPageProps;

0 commit comments

Comments
 (0)