Updating workflow template to use relative url and ensure resources can be accessed behind a url rewriting proxy. (#1922)

Co-authored-by: Erignoux Laurent <laurent.erignoux@ubisoft.com>
This commit is contained in:
Laurent Erignoux
2024-12-18 05:09:38 +08:00
committed by GitHub
parent cb3e4b5ed7
commit 10de690ccf

View File

@@ -15,7 +15,7 @@
@click="loadWorkflow(template)" @click="loadWorkflow(template)"
> >
<img <img
:src="`/templates/${template}.jpg`" :src="`templates/${template}.jpg`"
class="w-64 h-64 rounded-lg object-cover" class="w-64 h-64 rounded-lg object-cover"
/> />
<a> <a>