Skip to content

Commit 527b117

Browse files
committed
Try overwriting Codesandbox screenshot_url after docs fix
See fix here pmndrs/docs#375 Fixed the fact that the ordering of props destructuring prevented applying custom screenshot_url to CSBs
1 parent e11e68f commit 527b117

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/community-r3f-components.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ This page showcases some React Three Fiber/r3f community components that have no
6060
</li>
6161
<li>
6262
[Looking Glass](https://docs.lookingglassfactory.com/developer-tools/webxr/react-three-fiber)
63-
<Codesandbox id="xzlmzz" />
63+
<Codesandbox id="xzlmzz" screenshot_url="https://codesandbox.io/api/v1/sandboxes/kheke/screenshot.png"/>
6464
</li>
6565
<li>
6666
[Theatre-js](https://github.com/theatre-js/theatre)
67-
[<Img src="https://www.theatrejs.com/images/docs/0.5/manual/studio/ui.png" alt="TheatreJS R3F demo" className="aspect-[16/9] object-cover" width="1763" height="926" />](https://codesandbox.io/p/devbox/y9h287)
67+
<Codesandbox id="6xfrsv" screenshot_url="https://www.theatrejs.com/images/docs/0.5/manual/studio/ui.png" />
6868
</li>
6969
<li>
7070
[Farazz/CustomShaderMaterial](https://github.com/FarazzShaikh/THREE-CustomShaderMaterial)

0 commit comments

Comments
 (0)