Skip to content

Commit

Permalink
debug_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lungsangg committed Nov 21, 2024
1 parent 1f6e251 commit 7381242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Debugging: Display the og:image URL -->
<p>Debug: og:image = https://{{ request.get_host }}{{ request.path }}?lang={{ request.GET.lang|default:'he' }}&platform=facebook&ven={{ request.GET.ven|default:'' }}&vhe={{ request.GET.vhe|default:'' }}</p>
<p>Debug: og:image = https://{{ request.get_host }}/api/img-gen{{ request.path }}?lang={{ request.GET.lang }}&platform=facebook&ven={{ request.GET.ven }}&vhe={{ request.GET.vhe }}</p>
{% endblock %}


Expand Down

0 comments on commit 7381242

Please sign in to comment.