From 6c161c4d3bf420db8a0713e555bdc205a0b71350 Mon Sep 17 00:00:00 2001 From: Royce Williams Date: Thu, 18 Sep 2025 11:16:02 -0700 Subject: [PATCH] removed quotes --- guides/hidden-pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/hidden-pages.mdx b/guides/hidden-pages.mdx index 18adab382..5aea5d0c3 100644 --- a/guides/hidden-pages.mdx +++ b/guides/hidden-pages.mdx @@ -76,4 +76,4 @@ By default, hidden pages are excluded from indexing for search engines, internal } ``` -To exclude a specific page, add `noindex: "true"` to its frontmatter. \ No newline at end of file +To exclude a specific page, add `noindex: true` to its frontmatter. \ No newline at end of file