Skip to content

Broken SVG asset paths causing 404 errors on CNCF program page #2507

@Bhumikagarggg

Description

@Bhumikagarggg

Description

While testing the CNCF program page, I noticed multiple SVG assets returning 404 errors in the browser Network tab. These assets are being requested by the page but are not found at the specified paths.

This may lead to broken icons/images and unnecessary network requests.

Affected Page

https://meshery.io/programs/meshery/cncf

Observed Errors

The following assets return 404:

  • cncf-meshery.svg
  • cncf-landscape-stacked.svg
  • meshery-accepted.svg

(see attached screenshot)

Expected Behavior

All referenced SVG assets should exist at their defined paths and load successfully without 404 errors.

Actual Behavior

Multiple SVG requests fail with 404 (Not Found) responses.

Screenshots

Image

Environment

  • OS: macOS
  • Browser: Chrome
  • Device: Desktop

Contributor Guides and Handbook

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the master branch.

Metadata

Metadata

Assignees

Labels

kind/bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions