Last updated at July 1, 2021
If you have your own Vercel Account and would like to deploy projects under your Vercel Account, as well as use Typedream to serve your landing page, you can do the following:
Let's say you own the domain example.com
, and want to run your project under app.example.com
, and use Typedream for your landing page at example.com
If you already connected example.com or any subdomain of example.com to Typedream, and is having trouble adding app.example.com to your Vercel Account:
Remove your domain from Typedream > Site Settings > Custom Domain
Ask our support team to fully disconnect the domain from Typedream's Vercel Account.
www.example.com
to TypedreamAdd app.example.com
to your deployment in your Vercel Account. This will make example.com
to be owned by your Vercel account.
Delegate www.example.com
to Typedream's Account: Ask our support team to send over an email requesting the subdomain delegation. Once you receive the email, you should approve it.
When it's approved, go to Typedream > Site Settings > Custom Domain and enter www.example.com
. This should now work.
You can check that www.example.com
is now showing your landing page
Clone this project
Replace www.example.com
under vercel.json
on line 3 and 4 to your own domain.
Make a new deployment in your Vercel Account, and deploy this cloned repo.
Go to the deployment settings > Domains > add example.com
to this deployment.
It will automatically redirect requests to example.com/*
to www.example.com/*
Confirm that example.com
now redirects to www.example.com
and is showing your Typedream landing page
Please contact us at our Slack channel for help.