Skip to content

Commit

Permalink
Fix syllable url
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Oct 8, 2023
1 parent 331e298 commit 5b2eee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@
id: "syllable",
memory_size: 512 * 1024 * 1024,
hda: {
url: "images/syllable-destop-0.6.7/.img",
url: host + "syllable-destop-0.6.7/.img",
async: true,
size: 500 * 1024 * 1024,
fixed_chunk_size: 512 * 1024,
Expand Down

0 comments on commit 5b2eee5

Please sign in to comment.