mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-30 03:01:54 +00:00
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:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user