fix: remove leading / from s3 paths

This commit is contained in:
Sam 2023-05-22 15:59:49 +02:00
parent 295b76aad2
commit bf34c77269
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
3 changed files with 10 additions and 10 deletions

View file

@ -69,7 +69,7 @@
Download your export file below:
</p>
<p>
<Button color="primary" href="{PUBLIC_MEDIA_URL}{data.exportData.path}" target="_blank"
<Button color="primary" href="{PUBLIC_MEDIA_URL}/{data.exportData.path}" target="_blank"
>Download data export</Button
>
</p>