Skip to content

Bug: Broken Links to Blog Posts #75

@stygian-ash

Description

@stygian-ash

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

const projects = data.allMarkdownRemark.nodes

{projects.map((project) => (
<ProjectBox
linkURL={project.frontmatter.externalLink}

but lack a valid externalLink property


which featured projects have.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions