We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7964e commit 4e65963Copy full SHA for 4e65963
src/components/IMEField.tsx
@@ -33,7 +33,7 @@ type LastConversion = {
33
};
34
35
const JISHO_PROXY_BASE = import.meta.env.PROD
36
- ? "https://corsproxy.io/?"
+ ? "https://cors-anywhere.com/"
37
: "https://thingproxy.freeboard.io/fetch/";
38
39
async function fetchKanjiFromJisho(reading: string): Promise<string[]> {
0 commit comments