diff --git a/frontend/src/components/utilities/config/index.ts b/frontend/src/components/utilities/config/index.ts index 875576666a..5a55658e43 100644 --- a/frontend/src/components/utilities/config/index.ts +++ b/frontend/src/components/utilities/config/index.ts @@ -4,7 +4,7 @@ const POSTHOG_HOST = process.env.NEXT_PUBLIC_POSTHOG_HOST! || "https://app.posthog.com"; const STRIPE_PRODUCT_PRO = process.env.NEXT_PUBLIC_STRIPE_PRODUCT_PRO!; const STRIPE_PRODUCT_STARTER = process.env.NEXT_PUBLIC_STRIPE_PRODUCT_STARTER!; -const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL!; +const SITE_URL = "https://app.infisical.com"; export { ENV, @@ -12,4 +12,5 @@ export { POSTHOG_HOST, SITE_URL, STRIPE_PRODUCT_PRO, - STRIPE_PRODUCT_STARTER}; \ No newline at end of file + STRIPE_PRODUCT_STARTER +}; \ No newline at end of file