Skip to content

Commit

Permalink
Update url.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Jan 5, 2025
1 parent 267668f commit 596d59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ export const RELEASES_URL = CHANGELOG;
export const mailTo = (email: string) => `mailto:${email}`;

export const AES_GCM_URL = 'https://datatracker.ietf.org/doc/html/draft-ietf-avt-srtp-aes-gcm-01';
export const BASE_PROVIDER_DOC_URL = 'https://google.com/search?q=';
export const BASE_PROVIDER_DOC_URL = 'https://mr5ai.com/discover/provider/';
export const SITEMAP_BASE_URL = isDev ? '/sitemap.xml/' : 'sitemap';
export const CHANGELOG_URL = CHANGELOG;

0 comments on commit 596d59e

Please sign in to comment.