Replace example link

This commit is contained in:
roschaefer 2020-06-05 14:18:08 +02:00
parent 3a216226bc
commit 92fba41286

View File

@ -22,7 +22,7 @@ export default class Hashtag extends TipTapMention {
...super.schema,
toDOM: (node) => {
// use a dummy domain because URL cannot handle relative urls
const url = new URL('/', 'https://human-connection.org')
const url = new URL('/', 'https://example.org')
url.searchParams.append('hashtag', node.attrs.id)
return [