Skip to content

Commit

Permalink
Update lift-local.config also
Browse files Browse the repository at this point in the history
  • Loading branch information
catap committed Aug 21, 2023
1 parent 6c77d42 commit e3680da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lift-local.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
;;; leads to an error in lift in report-pathname
;; (:report-property :name "test-results/test-report")

(:report-property :name "test-results/")
(:report-property :full-pathname "test-results/")
(:report-property :unique-name t)
(:build-report)
(:report-property :name "website/output/")
(:report-property :full-pathname "website/output/")
(:report-property :unique-name nil)
(:build-report)

Expand Down

0 comments on commit e3680da

Please sign in to comment.