Skip to content

Commit 2b49409

Browse files
Merge branch 'master' into add-cncf-2025-news-article
2 parents 596e254 + fde881b commit 2b49409

3 files changed

Lines changed: 1 addition & 6 deletions

File tree

gatsby-config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/* eslint-env node */
22

33
module.exports = {
4-
pathPrefix: "/layer5",
54
siteMetadata: {
65
title: "Layer5 - Expect more from your infrastructure",
76
description:

src/collections/projects/distributed-performance-management/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
title: "Distributed Performance Management"
33
thumbnail_svg: ./distributed-performance_green.svg
44
published: false
5-
redirect_from:
6-
- /distributed-performance
7-
- /projects/distributed-performance
85
---
96

107
import { ProjectWrapper } from "../Project.style.js"

src/sections/Community/Web-based-from/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const validatePictureUrl = (value) => {
3434
}
3535
} catch (err) {
3636
console.error("Error in validatePictureUrl:", err);
37-
error = "Please enter a URL to an image file.";
37+
return "Please enter a URL to an image file.";
3838
}
3939
}
4040
}
@@ -661,4 +661,3 @@ const WebBasedForm = () => {
661661

662662

663663
export default WebBasedForm;
664-

0 commit comments

Comments
 (0)