relative images as much as possible (#2710)

This commit is contained in:
Antoine BERNIER 2024-08-28 13:29:14 +02:00 committed by GitHub
parent c0cd364b8f
commit 7c36942261
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ nav: 0
---
<div class="flex justify-center mb-4">
<img src="https://github.com/pmndrs/zustand/raw/main/docs/bear.jpg" />
<img src="../bear.jpg" />
</div>
A small, fast, and scalable bearbones state management solution.