Configuration
config.ts
export const brandName = "My App";
export const landingPageTitle = "My App";
export const landingPageDescription = "Make money today with My App";
export const websiteUrl = "https://myapp.com";
export const supportEmail = "[email protected]";
// the users will be redirected to this page after sign in
export const signInCallbackUrl = "/dashboard";
// only needed if you have the "talk to us" button in the landing page
export const demoCalendlyLink = "https://calendly.com/myself/15min";
// used by MailChimp
export const emailFrom = "[email protected]";
// social links
export const discordLink = "https://discordlink";
export const twitterLink = "https://x.com/johndoe";
export const youTubeLink = "https://youtube.com/johndoe";
export const affiliateProgramLink =
"https://yourstore.lemonsqueezy.com/affiliates";auth.ts
pricing.constants.ts
lifetime.constants.ts
Last updated