Update constants.ts

This commit is contained in:
vincanger 2023-12-04 16:54:08 +01:00
parent c8c0b81923
commit 1182ef06b8

View File

@ -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';