Skip to content

Commit 4e65963

Browse files
committed
change prod URL
1 parent 2f7964e commit 4e65963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IMEField.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ type LastConversion = {
3333
};
3434

3535
const JISHO_PROXY_BASE = import.meta.env.PROD
36-
? "https://corsproxy.io/?"
36+
? "https://cors-anywhere.com/"
3737
: "https://thingproxy.freeboard.io/fetch/";
3838

3939
async function fetchKanjiFromJisho(reading: string): Promise<string[]> {

0 commit comments

Comments
 (0)