Skip to content

Commit 2a41a94

Browse files
committed
fix: updated proxy
1 parent d9e951c commit 2a41a94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
SubstackItem,
1818
} from "./types";
1919

20-
const CORS_PROXY = "https://www.whateverorigin.org/get?url=";
20+
const CORS_PROXY = "https://lol-origin-84f24d4beb26.herokuapp.com/get?url=";
2121
const isBrowser = typeof document !== "undefined";
2222

2323
// Internal API

0 commit comments

Comments
 (0)