File tree Expand file tree Collapse file tree
collections/projects/distributed-performance-management Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/* eslint-env node */
22
33module . exports = {
4- pathPrefix : "/layer5" ,
54 siteMetadata : {
65 title : "Layer5 - Expect more from your infrastructure" ,
76 description :
Original file line number Diff line number Diff line change 22title : " Distributed Performance Management"
33thumbnail_svg : ./distributed-performance_green.svg
44published : false
5- redirect_from :
6- - /distributed-performance
7- - /projects/distributed-performance
85---
96
107import { ProjectWrapper } from " ../Project.style.js"
Original file line number Diff line number Diff 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
663663export default WebBasedForm ;
664-
You can’t perform that action at this time.
0 commit comments