Skip to content

Commit

Permalink
Update YugiohCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
kooriookami authored Mar 29, 2024
1 parent 5f1c6d3 commit db0abd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/YugiohCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
cardLeaf.value = new Card({
view: card.value,
data: form.data,
resourcePath: process.env.NODE_ENV === 'production' ? 'https://cdn.wpfzhy.cn' : 'src/assets/yugioh-card',
resourcePath: process.env.NODE_ENV === 'production' ? 'https://static.ygosgs.com' : 'src/assets/yugioh-card',
});
jsonData.value = form.data;
}
Expand Down

0 comments on commit db0abd2

Please sign in to comment.