Skip to content

Commit 0f3f218

Browse files
committed
feat(docs): add dynamic OG image endpoint constant
1 parent bc6c8c0 commit 0f3f218

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,7 @@ export const OPEN_VSX_URL = 'https://open-vsx.org/extension/RooVeterinaryInc/roo
2828
export const CONTACT_EMAIL = 'mailto:[email protected]';
2929
export const CAREERS_URL = 'https://careers.roocode.com';
3030
export const WEBSITE_PRIVACY_URL = 'https://roocode.com/privacy';
31-
export const EXTENSION_PRIVACY_URL = `${GITHUB_MAIN_REPO_URL}/blob/main/PRIVACY.md`;
31+
export const EXTENSION_PRIVACY_URL = `${GITHUB_MAIN_REPO_URL}/blob/main/PRIVACY.md`;
32+
33+
// OpenGraph dynamic image endpoint (served by main site)
34+
export const ROOCODE_OG_IMAGE_ENDPOINT = 'https://roocode.com/api/og';

0 commit comments

Comments
 (0)