fix: remove leading / from s3 paths
This commit is contained in:
parent
295b76aad2
commit
bf34c77269
3 changed files with 10 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue