Skip to content

Commit

Permalink
Update constants.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vincanger committed Dec 4, 2023
1 parent c8c0b81 commit 1182ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export enum TierIds {
}

export const DOCS_URL = 'https://open-saas-docs.netlify.app';
export const BLOG_URL = 'https://open-saas-blog.netlify.app/blog';
export const BLOG_URL = 'https://open-saas-docs.netlify.app/blog';

//get this link at https://dashboard.stripe.com/test/settings/billing/portal
const isDev = process.env.NODE_ENV === 'development';
Expand Down

0 comments on commit 1182ef0

Please sign in to comment.