From 94a52fcbe99c8fb3c94ac73b341f20bc57e7d148 Mon Sep 17 00:00:00 2001 From: RogerLamTd Date: Thu, 13 Feb 2025 21:52:27 -0800 Subject: [PATCH] chore(docs-site): disable banner --- packages/docs-site/src/content/config.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/docs-site/src/content/config.ts b/packages/docs-site/src/content/config.ts index 92679fc362c..96cdce61ff5 100644 --- a/packages/docs-site/src/content/config.ts +++ b/packages/docs-site/src/content/config.ts @@ -8,9 +8,9 @@ export const collections = { description: z .string() .max(160, { message: "Must be 160 characters or less." }).optional(), - banner: z.object({ content: z.string() }).default({ - content: 'All Taiko Alethia Node Runners: Protocol upgrade on Feb 13th, upgrade needed. Please ensure your nodes are using the software tags listed in the announcement! Click here for more info', - }), + // banner: z.object({ content: z.string() }).default({ + // content: '', + // }), }), }), }),