Skip to content

Commit 8c0e854

Browse files
committed
fix data path
1 parent 3ed6518 commit 8c0e854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
let cardsCache = null;
22

3-
const cardsImportPath = '../data/cards.json';
3+
const cardsImportPath = './data/cards.json';
44

55
const cardsRequestUrl = (() => {
66
try {

0 commit comments

Comments
 (0)