From f4c2388032a76fa4e09b84d46475f43f55e25004 Mon Sep 17 00:00:00 2001 From: Claas Augner <495429+caugner@users.noreply.github.com> Date: Thu, 16 May 2024 01:28:48 -0700 Subject: [PATCH] fix(spas): index AI Help + Updates (#11138) --- build/spas.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/spas.ts b/build/spas.ts index fcd1f0745b89..8a8198f6b3cb 100644 --- a/build/spas.ts +++ b/build/spas.ts @@ -145,7 +145,6 @@ export async function buildSPAs(options: { { prefix: "plus/ai-help", pageTitle: `AI Help | ${MDN_PLUS_TITLE}`, - noIndexing: true, }, { prefix: "plus/collections", @@ -160,7 +159,6 @@ export async function buildSPAs(options: { { prefix: "plus/updates", pageTitle: `Updates | ${MDN_PLUS_TITLE}`, - noIndexing: true, }, { prefix: "plus/settings",