appstore: serve assets from local

This commit is contained in:
Alexandre Aubin
2023-08-21 18:22:45 +02:00
parent 2721f8ae63
commit eeb4b9ef3a
5 changed files with 22 additions and 6 deletions

View File

@ -3,7 +3,7 @@
{% set locale = 'en' %}
<div class="mx-auto w-full text-center p-8">
<img src="https://raw.githubusercontent.com/YunoHost/doc/master/images/ynh_logo_black.svg" class="w-32 mx-auto" />
<img src="{{ url_for('static', filename='ynh_logo_black.svg') }}" class="w-32 mx-auto" />
<h2 class="text-2xl font-bold text-gray-900">
Application Store
</h2>