Skip to content

fix(community): remove two transcript image tags pointing at missing files - #1268

Open
immanuwell wants to merge 1 commit into
wasmCloud:mainfrom
immanuwell:fix/community-transcript-missing-images
Open

fix(community): remove two transcript image tags pointing at missing files#1268
immanuwell wants to merge 1 commit into
wasmCloud:mainfrom
immanuwell:fix/community-transcript-missing-images

Conversation

@immanuwell

@immanuwell immanuwell commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Two community transcript pages reference screenshots that were never committed, so they 404 on prod and render as broken image icons

  • community/2025-07-16-community-meeting-transcript.mdx -> /img/community/2025-07-16/image015.webp
  • community/2025-08-20-community-meeting-transcript.mdx -> /img/community/2025-08-20/image004.webp

Docusaurus doesnt validate <img> src paths so the build stays green.
This removes the two dead tags

Repro

curl -sI https://wasmcloud.com/img/community/2025-07-16/image015.webp | head -1
# HTTP/2 404
curl -s https://wasmcloud.com/community/2025-07-16-community-meeting-transcript/ | grep -o image015.webp
# image015.webp   (still in the shipped page)

…files

Signed-off-by: immanuwell <pchpr.00@list.ru>
@immanuwell
immanuwell requested a review from a team as a code owner September 10, 2026 18:23
@netlify

netlify Bot commented Sep 10, 2026

Copy link
Copy Markdown

Deploy Preview for dreamy-golick-5f201e ready!

Name Link
🔨 Latest commit 6ed16ec
🔍 Latest deploy log https://app.netlify.com/projects/dreamy-golick-5f201e/deploys/6aa2f5b914b98d0008a7b263
😎 Deploy Preview https://deploy-preview-1268--dreamy-golick-5f201e.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant