We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e951c commit 2a41a94Copy full SHA for 2a41a94
1 file changed
lib/main.ts
@@ -17,7 +17,7 @@ import {
17
SubstackItem,
18
} from "./types";
19
20
-const CORS_PROXY = "https://www.whateverorigin.org/get?url=";
+const CORS_PROXY = "https://lol-origin-84f24d4beb26.herokuapp.com/get?url=";
21
const isBrowser = typeof document !== "undefined";
22
23
// Internal API
0 commit comments