Skip to content

Commit ff2c788

Browse files
committed
chore: fix worker url
1 parent 49632d1 commit ff2c788

File tree

1 file changed

+1
-1
lines changed
  • packages/obc/src/components/tables/TopicsList

1 file changed

+1
-1
lines changed

packages/obc/src/components/tables/TopicsList/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ grids.create(world);
5858

5959
const fragments = components.get(OBC.FragmentsManager);
6060
fragments.init(
61-
"/node_modules/@thatopen/fragments/dist/Worker/worker.mjs",
61+
"https://thatopen.github.io/engine_fragment/resources/worker.mjs",
6262
);
6363

6464
world.camera.controls.addEventListener("rest", () =>

0 commit comments

Comments
 (0)