Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update hugo.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
technicat committed Aug 6, 2023
1 parent 32cc411 commit 86b4136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo.scm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
(print "hugo.scm -o -v -i -h"))

(define (copy-images)
(copy-directory* "assets/images" "../hugodimsum/content/dishes/images" :if-exists :supersede))
(copy-directory* "assets/images" "../hugodimsum/assets/images" :if-exists :supersede))

(define (read-dishes)
(let ((files (read-json "assets/json/dishes.json")))
Expand Down

0 comments on commit 86b4136

Please sign in to comment.