Skip to content

Commit

Permalink
feature(blog): display new blog post on home page (#11697)
Browse files Browse the repository at this point in the history
  • Loading branch information
argl authored Aug 27, 2024
1 parent 18fb8b8 commit 41ffb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/spas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)[] = [
Expand Down

0 comments on commit 41ffb8c

Please sign in to comment.