Merge pull request #2223 from penpot/niwinz-public-uri-improvements

 Improve public-uri handling
This commit is contained in:
Alejandro 2022-09-06 10:43:30 +02:00 committed by GitHub
commit ad32512980
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 73 additions and 58 deletions

View file

@ -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")]