Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
export const featuredPostsData = {
post1: {
title: "Welcome to the PatternFly 6 alpha",
author: "Erin Donehoo",
length: "3 min read",
URL: "https://medium.com/patternfly/welcome-to-the-patternfly-6-alpha-6d6f64de5a73",
// Use resize:fit:600 in URL
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/0*tc9YA_4LEFm1AZm9",
},
post2: {
title: "Introducing component groups",
author: "Filip Hlavac",
length: "4 min read",
Expand All @@ -8,21 +17,15 @@ export const featuredPostsData = {
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/0*j9kT2OT7NJuKJRwX",
},
post2: {
title: "Webpack module federation | Think twice before sharing a dependency",
post3: {
title:
"Webpack module federation | Think twice before sharing a dependency",
author: "Martin Maroši",
length: "9 min read",
URL: "https://medium.com/@marvusm.mmi/webpack-module-federation-think-twice-before-sharing-a-dependency-18b3b0e352cb",
// Use resize:fit:600 in URL
imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/1*wvPsa-Gq_sblqb51mCto7w.png",
},
post3: {
title: "Why did the chicken cross the road",
author: "Kevin Hatchoua",
length: "3 min read",
URL: "https://medium.com/patternfly/why-did-the-chicken-cross-the-road-1d4a43521dc3",
// Use resize:fit:600 in URL
imageURL: "https://miro.medium.com/v2/resize:fit:600/format:webp/0*B5u7pOVCF8vzeckn",
imageURL:
"https://miro.medium.com/v2/resize:fit:600/format:webp/1*wvPsa-Gq_sblqb51mCto7w.png",
},
post4: {
title: "Migrating PatternFly v4 to v5",
Expand Down