diff --git a/data/blog/reintroducing-react-three-xr.mdx b/data/blog/reintroducing-react-three-xr.mdx index 8d0961f75..cd9090843 100644 --- a/data/blog/reintroducing-react-three-xr.mdx +++ b/data/blog/reintroducing-react-three-xr.mdx @@ -89,7 +89,6 @@ To go beyond this simple example and help you make the most out of the React Thr - **[Store](https://docs.pmnd.rs/xr/tutorials/store):**: Configure the XR store and learn its functions and state. - **[Interactions](https://docs.pmnd.rs/xr/tutorials/interactions):** Learn how to handle user interactions within your XR environment. -- **[Options](https://docs.pmnd.rs/xr/tutorials/options):** Customize settings to fit your specific needs. - **[Object Detection](https://docs.pmnd.rs/xr/tutorials/object-detection):** Implement object detection seamlessly. - **[Origin](https://docs.pmnd.rs/xr/tutorials/origin):** Manage the origin point as well as rotation and scale of your XR scene. - **[Teleport](https://docs.pmnd.rs/xr/tutorials/teleport):** Enable teleportation as a way of navigating your scene.