mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Change link of hashtag component to the new search page
This commit is contained in:
parent
ab26f9fb23
commit
0a08b94446
@ -12,7 +12,8 @@ export default {
|
||||
},
|
||||
computed: {
|
||||
hashtagUrl() {
|
||||
return `/?hashtag=${this.id}`
|
||||
// Wolle return `/?hashtag=${this.id}`
|
||||
return `/search/search-results?search=%23${this.id}` // hashtag as '%23' has to be used for '#' explicitly! otherwise it is interpreted as the site path hashtag
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user