Skip to content

Commit 4f82a6d

Browse files
authored
fix domain
1 parent 8896d0c commit 4f82a6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agents/newsletter-drafter/agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { octokitFor, REPO, type CfEnv } from "../shared/runtime/cloudflare-conte
1616

1717
const BUTTONDOWN_API = "https://api.buttondown.com/v1";
1818
const ISSUE_LABEL = "newsletter-draft";
19-
const SITE_URL = "https://proactiveagents.com";
19+
const SITE_URL = "https://proactiveagents.dev";
2020

2121
let runtimeEnv: CfEnv | null = null;
2222
export function setEnv(env: CfEnv) {

0 commit comments

Comments
 (0)