mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 04:21:38 +02:00
Merge pull request #2223 from penpot/niwinz-public-uri-improvements
✨ Improve public-uri handling
This commit is contained in:
commit
ad32512980
16 changed files with 73 additions and 58 deletions
|
@ -12,7 +12,6 @@
|
|||
[app.common.math :as mth]
|
||||
[app.common.spec :as us]
|
||||
[app.common.uri :as u]
|
||||
[app.config :as cf]
|
||||
[app.main.data.fonts :as df]
|
||||
[app.main.features :as features]
|
||||
[app.main.render :as render]
|
||||
|
@ -38,10 +37,6 @@
|
|||
(declare ^:private render-components)
|
||||
(declare ^:private render-objects)
|
||||
|
||||
(l/info :hint "Welcome to penpot (Export)"
|
||||
:version (:full @cf/version)
|
||||
:public-uri (str cf/public-uri))
|
||||
|
||||
(defn- parse-params
|
||||
[loc]
|
||||
(let [href (unchecked-get loc "href")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue