Skip to content

Commit

Permalink
Fix relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
yclicc committed Dec 29, 2023
1 parent 884921e commit ce50bf4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/loadBibleData.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Specify the path to the JSON file
const filePaths = [
'/data/bibledata.json',
'/data/bibletranslations.json',
'/data/presets.json'
'data/bibledata.json',
'data/bibletranslations.json',
'data/presets.json'
]

let bibleData = {}
Expand Down

0 comments on commit ce50bf4

Please sign in to comment.