In this guide, you'll learn how to quickly deploy your Nextacular project over at Vercel. After successfully going through this guide, you'll feel confident in handling your own deployment.
Click the "Deploy" button and wait for the build to finish.
If you encounter any issues while building the project, please don't hesitate to raise them over at our Discord channel. (https://discord.gg/GnCnzWbzDT)
2. Domain Configuration
DNS Nameservers Migrated to Vercel
Select your project, and go to your settings page. On the left side, you'll be able to set your "Domains". Add the following domains here to allow multi-tenancy for your project:
1.
yourdomain.com (Add yourdomain.com and redirect www.yourdomain.com to it – 2nd option)
2.
*.yourdomain.com
​
​
3. Post Build Configuration
During this time, your application should have been built successfully, but we're not quite there yet. In order for us to have a fully-working application, we need to set up additional environment variables, most especially the ones associated with your Vercel account (which were created after the build happened).
The following Environment Variables should be added:
1
# Vercel Configuration
2
VERCEL_PROJECT_ID
3
VERCEL_TEAM_ID
4
​
5
# 3rd-Party Services Configuration
6
# If you intend to use third-party applications,
7
# this is the best time you should add them to your list of