🐛 Corrige le lien de partage pour les intégrations iframe

pull/1742/head^2
Maxime Quandalle 2021-09-21 18:07:09 +02:00
parent ba76056e37
commit ada46723e0
1 changed files with 1 additions and 1 deletions

View File

@ -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('')