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 939f93e commit 95dff2aCopy full SHA for 95dff2a
src/pages/changelog/[...slug].astro
@@ -34,6 +34,7 @@ const props = {
34
description: note.data.description,
35
template: "splash",
36
noindex: note.data.hidden,
37
+ chatbot_deprioritize: true,
38
},
39
headings,
40
hideTitle: true,
src/pages/changelog/index.astro
@@ -22,6 +22,7 @@ const props = {
22
title: "Changelogs",
23
tableOfContents: false,
24
25
26
27
28
hideBreadcrumbs: true,
0 commit comments