Skip to content

Commit

Permalink
Fix importmap path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne authored Jan 10, 2025
1 parent 834deb3 commit 77ac96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/importmap.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true

pin_all_from File.expand_path('../app/javascripts/blacklight-gallery', __dir__), under: 'blacklight-gallery'
pin_all_from File.expand_path('../app/javascript/blacklight-gallery', __dir__), under: 'blacklight-gallery'
pin_all_from File.expand_path('../vendor/assets/javascripts', __dir__)

0 comments on commit 77ac96c

Please sign in to comment.