diff --git a/pro-test/src/App.tsx b/pro-test/src/App.tsx index 97061b2d4..9d4242815 100644 --- a/pro-test/src/App.tsx +++ b/pro-test/src/App.tsx @@ -809,7 +809,7 @@ const Footer = () => ( {t('nav.joinWaitlist')} -
+{t('footer.lookingForEnterprise')} {t('footer.contactUs')}. diff --git a/vercel.json b/vercel.json index 93435927c..4f5cddb9a 100644 --- a/vercel.json +++ b/vercel.json @@ -1,6 +1,9 @@ { "ignoreCommand": "if [ -z \"$VERCEL_GIT_PREVIOUS_SHA\" ]; then exit 1; fi; git cat-file -e $VERCEL_GIT_PREVIOUS_SHA 2>/dev/null || exit 1; git diff --quiet $VERCEL_GIT_PREVIOUS_SHA HEAD -- ':!*.md' ':!.planning' ':!docs/' ':!e2e/' ':!scripts/' ':!.github/'", "crons": [], + "redirects": [ + { "source": "/:path(.*)", "has": [{ "type": "host", "value": "www.worldmonitor.app" }], "destination": "https://worldmonitor.app/:path", "permanent": true } + ], "rewrites": [ { "source": "/pro", "destination": "/pro/index.html" }, { "source": "/((?!api|assets|favico|map-styles|data|textures|pro|sw\\.js|manifest\\.webmanifest|offline\\.html|robots\\.txt|sitemap\\.xml|llms\\.txt|llms-full\\.txt|\\.well-known).*)", "destination": "/index.html" }