We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed6518 commit 8c0e854Copy full SHA for 8c0e854
1 file changed
app/src/cards.js
@@ -1,6 +1,6 @@
1
let cardsCache = null;
2
3
-const cardsImportPath = '../data/cards.json';
+const cardsImportPath = './data/cards.json';
4
5
const cardsRequestUrl = (() => {
6
try {
0 commit comments