deploYmentPublish Landing Page

Deployment

Deploying the Landing Page

Follow these steps to deploy your landing page on Framer and connect it to the correct domain:

Publish Landing Page

  • Create all the content for the landing page and add the appropriate links to the CTA buttons (e.g. app.exampledomain.com). The app domain must be used here as it redirects to the deployed code on Vercel.
  • In Framer → Click on your project → PUBLISH

Install Domain

  • In Framer, click on your project → SITE SETTINGSDOMAINS
  • Scroll down to the CUSTOM DOMAIN section and click on CONNECT A DOMAIN YOU OWN → add your domain (e.g. www.exampledomain.com). Use the ROOT domain.
  • This will require adding a CNAME record and two A records.

Verify Domain

  • After adding the DNS records, wait for them to propagate (this can take up to 48 hours, but often happens much faster).
  • Return to Framer and click on VERIFY to confirm that your domain is properly connected.

Example DNS Records

Here are examples of how the DNS records might look:

CNAME Record:

  • Type: CNAME
  • Name: www
  • Value: cname.vercel-dns.com.

A Records:

  • Type: A
  • Name: @
  • Value: 76.76.21.98

Make sure to replace these with the actual values provided by Framer for your specific domain.