diff --git a/src/react-components/home-root.js b/src/react-components/home-root.js index d91dfdbed6e726a785cbb8744d35e3dab066085c..231d8b747cbfda01c463310f716ca78d0438f53c 100644 --- a/src/react-components/home-root.js +++ b/src/react-components/home-root.js @@ -19,9 +19,9 @@ const messages = localeData[lang] || localeData.en; const ENVIRONMENT_URLS = [ "https://asset-bundles-prod.reticulum.io/rooms/meetingroom/MeetingRoom.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/theater/TheaterMeshes.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/atrium/AtriumMeshes.bundle.json", - "https://asset-bundles-prod.reticulum.io/rooms/courtyard/CourtyardMeshes.bundle.json" + "https://asset-bundles-prod.reticulum.io/rooms/theater/Theater.bundle.json", + "https://asset-bundles-prod.reticulum.io/rooms/atrium/Atrium.bundle.json", + "https://asset-bundles-prod.reticulum.io/rooms/courtyard/Courtyard.bundle.json" ]; class HomeRoot extends Component {