mirror of
https://github.com/wasp-lang/open-saas.git
synced 2025-04-10 12:59:05 +02:00
Update constants.ts
This commit is contained in:
parent
502f87c160
commit
665b3dc97f
@ -4,8 +4,8 @@ export enum TierIds {
|
||||
ENTERPRISE = 'enterprise-tier',
|
||||
}
|
||||
|
||||
export const DOCS_URL = 'https://open-saas-docs.netlify.app';
|
||||
export const BLOG_URL = 'https://open-saas-docs.netlify.app/blog';
|
||||
export const DOCS_URL = 'https://docs.opensaas.sh';
|
||||
export const BLOG_URL = 'https://docs.opensaas.sh/blog';
|
||||
|
||||
//get this link at https://dashboard.stripe.com/test/settings/billing/portal
|
||||
const isDev = process.env.NODE_ENV === 'development';
|
||||
|
Loading…
x
Reference in New Issue
Block a user