diff --git a/examples/Components/Routes/Collaboration/index.vue b/examples/Components/Routes/Collaboration/index.vue index 27b361919..f49c19f33 100644 --- a/examples/Components/Routes/Collaboration/index.vue +++ b/examples/Components/Routes/Collaboration/index.vue @@ -84,7 +84,7 @@ export default { mounted() { // server implementation: https://glitch.com/edit/#!/tiptap-sockets - this.socket = io('wss://tiptap-sockets-dev.glitch.me') + this.socket = io('wss://tiptap-sockets.glitch.me') // get the current document and its version .on('init', data => this.onInit(data)) // send all updates to the collaboration extension