Skip to content

Commit

Permalink
image paths should be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 committed Apr 29, 2013
1 parent 4d0099d commit 34bec50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/throwdown/core.clj
Expand Up @@ -250,7 +250,7 @@
(io/make-parents dest)
(io/copy imagefile dest)
(debug "Copied" imagefile "->" dest)
destname)
(str "images/" (.getName imagefile)))
(do (debug "Couldn't find image" href)
"/media/bad.png"))))

Expand Down

0 comments on commit 34bec50

Please sign in to comment.