Skip to content

docs(readme): fix broken Speakeasy image by replacing removed _build path with public asset #9248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2025

Conversation

developerjhp
Copy link
Contributor

@developerjhp developerjhp commented Jun 4, 2025

Problem

The Speakeasy sponsor image in the README was previously using a _build/assets/... path.
This file seems to have been removed or moved, causing the image to break on GitHub.

While the path may have been valid before, _build/ is generally reserved for internal static site builds (e.g. tanstack.com), and is not guaranteed to be stable or public.

Solution

Replaced the _build path with a stable public URL under https://tanstack.com/assets/, which ensures consistent rendering on GitHub, npm, and other markdown consumers.

Result

  • Broken image is resolved
  • The link is more stable and less dependent on internal site build structure

- Replaced sponsor image paths that pointed to `_build/assets/...` (invalid in GitHub markdown context)
- Updated to use public URLs (`https://tanstack.com/assets/...`) to prevent broken images
@developerjhp developerjhp changed the title docs(readme): fix broken sponsor image by replacing internal _build path with public URL docs(readme): fix broken Speakeasy image by replacing removed _build path with public asset Jun 4, 2025
@TkDodo TkDodo merged commit 838acec into TanStack:main Jun 4, 2025
1 check 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.

2 participants