We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8896d0c commit 4f82a6dCopy full SHA for 4f82a6d
1 file changed
agents/newsletter-drafter/agent.ts
@@ -16,7 +16,7 @@ import { octokitFor, REPO, type CfEnv } from "../shared/runtime/cloudflare-conte
16
17
const BUTTONDOWN_API = "https://api.buttondown.com/v1";
18
const ISSUE_LABEL = "newsletter-draft";
19
-const SITE_URL = "https://proactiveagents.com";
+const SITE_URL = "https://proactiveagents.dev";
20
21
let runtimeEnv: CfEnv | null = null;
22
export function setEnv(env: CfEnv) {
0 commit comments