Skip to content

Commit

Permalink
fix profile page's image
Browse files Browse the repository at this point in the history
  • Loading branch information
humorless committed Aug 27, 2024
1 parent ac30fba commit 6a2ccc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/co/gaiwan/compass/model/assets.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(defn asset-url [url]
(if (str/starts-with? url "http")
url
(str (config/value :http/asset-path) "/" url)))
(str (config/value :uploads/dir) "/" url)))

0 comments on commit 6a2ccc8

Please sign in to comment.