Skip to content

Commit

Permalink
fix image not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
krmanik committed Feb 14, 2024
1 parent 4b4be31 commit 5f63632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ for (var _hide of hideList) {
];

const fetchFile = async (file) => {
const response = await fetch(`./img/${file}`);
const response = await fetch(`https://krmanik.github.io/Anki-xiehanzi/img/${file}`);
if (!response.ok) {
return null;
}
Expand Down

0 comments on commit 5f63632

Please sign in to comment.