Skip to content

Commit 838acec

Browse files
authored
docs(readme): replace invalid _build image paths with public asset URLs (#9248)
- 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
1 parent 4f4c2c7 commit 838acec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ Still on **React Query v4**? No problem! Check out the v4 docs here: https://tan
5050
<a href="https://www.speakeasy.com/product/react-query?utm_source=tanstack&utm_campaign=tanstack">
5151
<picture>
5252
<source
53-
srcset="https://tanstack.com/_build/assets/speakeasy-dark-BjP-Hd9M.svg"
53+
srcset="https://tanstack.com/assets/speakeasy-dark-BjP-Hd9M.svg"
5454
media="(prefers-color-scheme: dark)"
5555
/>
5656
<source
57-
srcset="https://tanstack.com/_build/assets/speakeasy-light-UpY7QmwQ.svg"
57+
srcset="https://tanstack.com/assets/speakeasy-light-UpY7QmwQ.svg"
5858
media="(prefers-color-scheme: light)"
5959
/>
6060
<!-- fallback -->
6161
<img
62-
src="https://tanstack.com/_build/assets/speakeasy-light-UpY7QmwQ.svg"
62+
src="https://tanstack.com/assets/speakeasy-light-UpY7QmwQ.svg"
6363
alt="Speakeasy Logo"
6464
/>
6565
</picture>

0 commit comments

Comments
 (0)