Skip to content

Fix telegram example images not displaying#340

Merged
EItanya merged 1 commit intomainfrom
fix/telegram-example-images
Mar 21, 2026
Merged

Fix telegram example images not displaying#340
EItanya merged 1 commit intomainfrom
fix/telegram-example-images

Conversation

@ProfessorSeb
Copy link
Collaborator

Move telegram.gif and arch.png from src/ to public/images/telegram-bot/ and update img src paths to use absolute paths. Next.js App Router doesn't serve colocated assets via relative paths in tags.

Move telegram.gif and arch.png from src/ to public/images/telegram-bot/
and update img src paths to use absolute paths. Next.js App Router
doesn't serve colocated assets via relative paths in <img> tags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Sebastian Maniak <sebastian@maniak.io>
@ProfessorSeb ProfessorSeb force-pushed the fix/telegram-example-images branch from c884462 to 4b94a53 Compare March 21, 2026 15:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes broken images in the Telegram bot docs example by switching from relative image paths to site-relative /images/... paths that are served from public/images in the Next.js App Router setup.

Changes:

  • Update the Telegram demo GIF <img> source to /images/telegram-bot/telegram.gif
  • Update the architecture diagram <img> source to /images/telegram-bot/arch.png

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@EItanya EItanya merged commit 0380d1b into main Mar 21, 2026
3 checks passed
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.

3 participants