diff --git a/src/App.jsx b/src/App.jsx index 87733d1..370211c 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -13,7 +13,7 @@ const footerlinks = [ var dictData; async function fetchJSON() { console.log("Loading dictionary..."); - const response = await fetch("/char_phon_simp.json"); + const response = await fetch("./char_phon_simp.json"); const json = await response.json(); dictData = json; console.log("Loaded dictionary.");