TheCondoPortal logo
HomeNeighbourhoodsMapBlogBrokerage

TheCondoPortal

Red Bricks is your destination for pre-construction condos, townhouses, and homes. Access platinum listings, launching soon projects, and more.

Discover

  • Home
  • Neighbourhoods
  • Map
  • Blog
  • Developers
  • Cities

Company

  • About Us
  • Our Team
  • Contact

Get in Touch

Have questions about a project? We're here to help.

Send a Message →

Listing data is provided under license from the Toronto Regional Real Estate Board (TRREB). TRREB assumes no responsibility for the accuracy of the information contained herein. Data is updated periodically and may not reflect the most current market activity. Not intended to solicit buyers or sellers currently under contract. MLS®, REALTOR®, and the associated logos are certification marks owned by the Canadian Real Estate Association (CREA) and identify real estate professionals who are members of CREA.

© 2026 TheCondoPortal. All rights reserved.

Data powered by

Privacy PolicyTerms of Service
Home/Help Center/Getting Started/Configuring Your Domain
getting-starteddomainsetup

Configuring Your Domain

How to connect a custom domain to your site via Vercel.

Last updatedMarch 22, 2026

On this page

  • Configuring Your Domain
  • Step 1: Purchase a domain
  • Step 2: Add the domain in Vercel
  • Step 3: Update your DNS records
  • Step 4: SSL certificate
  • Step 5: Update your environment variable
  • Troubleshooting

Configuring Your Domain

By default, your site is accessible at a .vercel.app subdomain. To use your own domain (e.g., www.yourbrand.com), follow these steps.

Step 1: Purchase a domain

If you do not already own a domain, purchase one from a registrar such as GoDaddy, Namecheap, or Google Domains.

Step 2: Add the domain in Vercel

  1. Go to your Vercel project dashboard
  2. Click Settings > Domains
  3. Enter your custom domain and click Add
  4. Vercel will display the DNS records you need to configure

Step 3: Update your DNS records

At your domain registrar, add the records Vercel provides. Typically this is:

  • An A record pointing to 76.76.21.21
  • A CNAME record for www pointing to cname.vercel-dns.com
DNS changes can take up to 48 hours to propagate, though most complete within 15 minutes.

Step 4: SSL certificate

Vercel automatically provisions and renews an SSL certificate for your custom domain. No action is required on your part — your site will be served over HTTPS.

Step 5: Update your environment variable

Set the NEXT_PUBLIC_SITE_URL environment variable in Vercel to your new domain (e.g., https://www.yourbrand.com). This ensures all internal links, sitemaps, and Open Graph URLs reference the correct domain.

Troubleshooting

  • Domain not resolving — Double-check your DNS records and wait for propagation
  • SSL error — Vercel retries certificate issuance automatically; allow up to one hour
  • Redirect loop — Ensure your registrar is not forcing its own redirect on top of Vercel

Was this article helpful?

Related Articles

How Does Data Sync Work?

Understanding cron jobs, API data flow, and how your site stays current.

Technical FAQ

What is Red Bricks OS?

An overview of the Red Bricks OS platform, what it does, and who it is built for.

Getting Started

Setting Up Your Site

First login, admin dashboard overview, and initial configuration steps.

Getting Started

Back to Getting Started