feat(storage): add S3 image storage support with file-based config and migration script
This commit is contained in:
@@ -108,7 +108,7 @@ new Chart(document.getElementById('chart-received'), {
|
||||
<a href="/postcards/{{ pc.id }}" class="recent-item">
|
||||
<div class="recent-img">
|
||||
{% if pc.image_front %}
|
||||
<img src="{{ pc.image_front }}" alt="" loading="lazy">
|
||||
<img src="{{ pc.image_front|image_url }}" alt="" loading="lazy">
|
||||
{% else %}
|
||||
<span>📷</span>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user