Vercel
How to set up a Vercel site and point your owns.it.com subdomain towards it.
Setting up Vercel with an owns.it.com subdomain
This guide will walk you through the process of setting up a Vercel site and pointing your owns.it.com subdomain towards it.
Create a Vercel Site
First, you’ll need to have a site deployed on Vercel:
- Go to the Vercel Documentation
- Follow the instructions to create and deploy your site
- Make sure your site is accessible at your Vercel domain (e.g.,
your-site.vercel.app
)
Configure Your Domain in Vercel
Before creating the domain files:
- Go to your Vercel Dashboard
- Select your project
- Navigate to “Settings” → “Domains”
- Enter your owns.it.com subdomain (e.g.,
yourname.owns.it.com
) - Note down the TXT verification string provided by Vercel
Create the Domain Files
You’ll need to create two files for this setup. Let’s go through them in order:
1. Vercel TXT Verification File
Create _vercel.subdomain.json
in the domains directory (replace “subdomain” with your desired subdomain):
Replace:
your-github-username
with your GitHub username[email protected]
with your email address (or social media handle)vercel-verification-string
with the TXT string from Vercel
Important: Do not submit a pull request yet! You need to create the main domain file first.
2. Main Domain File
Create subdomain.json
in the domains directory (replace “subdomain” with your desired subdomain). You can choose either CNAME or A record configuration:
Option A: Using CNAME Record (Recommended)
Use this if you don’t need additional records like MX:
Option B: Using A Record
Use this if you need to use additional records (requires preview):
Note: If using an A record, you must provide a preview of your site in your pull request (either a link or screenshot).
Submit Your Pull Request
After creating both files:
- Submit a pull request to the main repository
- If using an A record, include a preview of your site
- Wait for the pull request to be merged
Your website should be live!
After your pull request has been merged, your website should be accessible at your owns.it.com subdomain. The process may take a few minutes for DNS changes to propagate.
Troubleshooting
If your site isn’t working:
- Check that both domain files are correctly formatted
- Verify that the TXT verification string matches exactly
- Clear your browser cache if the site is still redirecting to owns.it.com
- Wait for DNS changes to propagate (this can take up to 48 hours)
- Verify your domain configuration in Vercel’s dashboard
Need More Help?
For additional assistance:
- Visit the Vercel Documentation
- Check the Vercel Help Center
- Contact Vercel Support
Note: owns.it.com is not affiliated with Vercel. For Vercel-specific issues, please use their support channels.