From 41ffb8c1ab16c55f2d27c185b2734b4bb4d60beb Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Tue, 27 Aug 2024 14:49:21 +0200 Subject: [PATCH] feature(blog): display new blog post on home page (#11697) --- build/spas.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/spas.ts b/build/spas.ts index 2cfce722b3dc..4616df6a4104 100644 --- a/build/spas.ts +++ b/build/spas.ts @@ -33,10 +33,10 @@ import { type Locale } from "../libs/types/core.js"; import { HydrationData } from "../libs/types/hydration.js"; const FEATURED_ARTICLES = [ + "blog/mdn-scrimba-partnership/", "blog/learn-javascript-console-methods/", "blog/introduction-to-web-sustainability/", "docs/Web/API/CSS_Custom_Highlight_API", - "docs/Web/CSS/color_value", ]; const LATEST_NEWS: (NewsItem | string)[] = [