diff --git a/docs/src/demos/Examples/Collaboration/index.vue b/docs/src/demos/Examples/Collaboration/index.vue index 7827040a..a00fc8ee 100644 --- a/docs/src/demos/Examples/Collaboration/index.vue +++ b/docs/src/demos/Examples/Collaboration/index.vue @@ -36,7 +36,7 @@ export default { }, mounted() { - const documentName = 'example' + const documentName = 'tiptap-collaboration-example' this.ydoc = new Y.Doc() this.provider = new WebrtcProvider(documentName, this.ydoc)