Skip to content

Commit

Permalink
Deploying to gh-pages from @ 7ef0c6b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
benfoxall committed Aug 26, 2024
1 parent 23bba15 commit 9eae40f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _dist_/yconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if (location.search) {
}
const doc = new Y.Doc();
const [name, password] = room.split("~");
const provider = new WebrtcProvider(name, doc, {password});
const provider = new WebrtcProvider(name, doc, {password, signaling: ["wss://y-ben.fly.dev"]});
const config = {room, doc, provider, initiator};
export default config;
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>

<script src="/ycode/js/webpack-runtime.03b65cb1e0ec29006416.js"></script><script src="/ycode/js/lib~index.0375dd38d2d687498ca4.js"></script><script src="/ycode/js/commons.f491c21f366ae83766f6.js"></script><script src="/ycode/js/index.4f9d5ecc91fda7028490.js"></script>
<script src="/ycode/js/webpack-runtime.03b65cb1e0ec29006416.js"></script><script src="/ycode/js/lib~index.0375dd38d2d687498ca4.js"></script><script src="/ycode/js/commons.ad1c3ca020a8e0e7afd1.js"></script><script src="/ycode/js/index.4f9d5ecc91fda7028490.js"></script>


</body></html>

Large diffs are not rendered by default.

0 comments on commit 9eae40f

Please sign in to comment.