mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
✨ Improve public-uri handling
This enables use penpot under subdirectory
This commit is contained in:
parent
ee1058950e
commit
a1fccd46ff
16 changed files with 73 additions and 58 deletions
|
@ -21,7 +21,7 @@
|
|||
(mf/defc template-item
|
||||
[{:keys [name path image project-id]}]
|
||||
(let [downloading? (mf/use-state false)
|
||||
link (str (assoc cf/public-uri :path path))
|
||||
link (str (assoc @cf/public-uri :path path))
|
||||
|
||||
on-finish-import
|
||||
(fn []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue