🐛 Corrige le lien de partage pour les intégrations iframe
parent
ba76056e37
commit
ada46723e0
|
@ -14,7 +14,7 @@ export function useUrl() {
|
|||
searchParams.set('utm_source', 'sharing')
|
||||
return [
|
||||
window.location.origin,
|
||||
window.location.pathname,
|
||||
window.location.pathname.replace('iframes/', ''),
|
||||
'?',
|
||||
searchParams.toString(),
|
||||
].join('')
|
||||
|
|
Loading…
Reference in New Issue