diff --git a/app.config.ts b/app.config.ts index 5cf4e829..b8c96cd8 100644 --- a/app.config.ts +++ b/app.config.ts @@ -27,7 +27,7 @@ export const APP_CONFIG = { } as const // APP_CONFIG_END -const universalLinks = ['https://baca-six.vercel.app', 'https://binarapps.online'] +const universalLinks = ['https://baca-six.vercel.app', 'https://baca.binar.app'] /*** * ██████ ██ ██ ███ ██ █████ ███ ███ ██ ██████ diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 9601404a..dbe51d1d 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -4,7 +4,7 @@ import { themes as prismThemes } from 'prism-react-renderer' const repoLink = 'https://github.com/binarapps/baca-react-native-template' const docsLink = '/docs/overview' -const demoLink = 'https://binarapps.online/sign-in' +const demoLink = 'https://baca.binar.app/sign-in' const config: Config = { title: 'BACA - react native starter', diff --git a/docs/src/components/HomePageHeader/HeaderButtons.tsx b/docs/src/components/HomePageHeader/HeaderButtons.tsx index 80c85563..4e7cf114 100644 --- a/docs/src/components/HomePageHeader/HeaderButtons.tsx +++ b/docs/src/components/HomePageHeader/HeaderButtons.tsx @@ -17,7 +17,7 @@ export default function HeaderButtons() { </Link> <Link className={clsx('button button--secondary button--lg', styles.button, styles.buttonTryIt)} - to="https://binarapps.online/sign-in" + to="https://baca.binar.app/sign-in" > Try it </Link> diff --git a/src/constants/links.ts b/src/constants/links.ts index 00b10193..46e3be21 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -1,4 +1,4 @@ export const APP_STORE_URL = `https://apps.apple.com/app/id` export const PLAY_STORE_URL = `https://play.google.com/store/apps/details?id=` -export const BACA_APP_URL = `https://binarapps.online/sign-in` +export const BACA_APP_URL = `https://baca.binar.app/sign-in` export const BACA_DOCS_URL = `https://baca-docs.vercel.app/docs/overview`