We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575420c commit 4725d59Copy full SHA for 4725d59
build/spas.ts
@@ -31,10 +31,10 @@ import { buildDocument } from "./index.js";
31
import { findPostBySlug } from "./blog.js";
32
33
const FEATURED_ARTICLES = [
34
- "blog/regular-expressions-reference-updates/",
35
- "blog/aria-accessibility-html-landmark-roles/",
36
- "docs/Web/API/Performance_API",
37
- "docs/Web/CSS/CSS_nesting",
+ "blog/learn-javascript-console-methods/",
+ "blog/introduction-to-web-sustainability/",
+ "docs/Web/API/CSS_Custom_Highlight_API",
+ "docs/Web/CSS/color_value",
38
];
39
40
const contributorSpotlightRoot = CONTRIBUTOR_SPOTLIGHT_ROOT;
0 commit comments