This commit is contained in:
Wolfgang Huß 2019-09-17 10:16:12 +02:00
parent d28a1f17f1
commit 02c6bf70f3

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('/', 'http://example.org')
const url = new URL('/', 'https://human-connection.org')
url.searchParams.append('hashtag', node.attrs.id)
return [