-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The live version of the website at ml5js.org contains broken links to archived blog posts. Blog posts listed on the index page such as "Introducing ml5.js Code of Conduct" link to /(link), leading to a 404.
This seems to be because blog posts are being treated the same as featured projects
ml5-website-v02-gatsby/src/pages/index.js
Line 16 in f9396de
| const projects = data.allMarkdownRemark.nodes |
ml5-website-v02-gatsby/src/pages/index.js
Lines 122 to 124 in f9396de
| {projects.map((project) => ( | |
| <ProjectBox | |
| linkURL={project.frontmatter.externalLink} |
but lack a valid externalLink property
| externalLink: (link) |
which featured projects have.
Metadata
Metadata
Assignees
Labels
No labels