Skip to content

Commit 9167cc6

Browse files
committed
Chore: Remove executive bio route for lightweight build mode and update related titles
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 47fab2d commit 9167cc6

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

gatsby-node.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -434,16 +434,6 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
434434
"The members collection is intentionally skipped when BUILD_FULL_SITE=false to keep local builds fast.",
435435
},
436436
},
437-
{
438-
path: "/community/members/__lite__/bio",
439-
matchPath: "/community/members/*/bio",
440-
context: {
441-
entity: "executive bio",
442-
heading: "Executive bios disabled in lite mode",
443-
description:
444-
"Executive bios rely on the members collection, which is skipped while BUILD_FULL_SITE=false.",
445-
},
446-
},
447437
{
448438
path: "/cloud-native-management/meshery/__lite__",
449439
matchPath: "/cloud-native-management/meshery/*",

src/templates/executive-bio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ export const Head = ({ data }) => {
9191
if (!frontmatter) {
9292
return (
9393
<SEO
94-
title="Executive bios disabled in lite mode"
95-
description="Run make site-full or BUILD_FULL_SITE=true to source executive profiles."
94+
title="Member profiles disabled in lite mode"
95+
description="Run make site-full or BUILD_FULL_SITE=true to source member profiles."
9696
/>
9797
);
9898
}

0 commit comments

Comments
 (0)