How to set up a Vercel site and point your owns.it.com subdomain towards it.
This guide will walk you through the process of setting up a Vercel site and pointing your owns.it.com subdomain towards it.
First, you’ll need to have a site deployed on Vercel:
your-site.vercel.app
)Before creating the domain files:
yourname.owns.it.com
)You’ll need to create two files for this setup. Let’s go through them in order:
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 VercelImportant: Do not submit a pull request yet! You need to create the main domain file first.
Create subdomain.json
in the domains directory (replace “subdomain” with your desired subdomain). You can choose either CNAME or A record configuration:
Use this if you don’t need additional records like MX:
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).
After creating both files:
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.
If your site isn’t working:
For additional assistance:
Note: owns.it.com is not affiliated with Vercel. For Vercel-specific issues, please use their support channels.
How to set up a Vercel site and point your owns.it.com subdomain towards it.
This guide will walk you through the process of setting up a Vercel site and pointing your owns.it.com subdomain towards it.
First, you’ll need to have a site deployed on Vercel:
your-site.vercel.app
)Before creating the domain files:
yourname.owns.it.com
)You’ll need to create two files for this setup. Let’s go through them in order:
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 VercelImportant: Do not submit a pull request yet! You need to create the main domain file first.
Create subdomain.json
in the domains directory (replace “subdomain” with your desired subdomain). You can choose either CNAME or A record configuration:
Use this if you don’t need additional records like MX:
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).
After creating both files:
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.
If your site isn’t working:
For additional assistance:
Note: owns.it.com is not affiliated with Vercel. For Vercel-specific issues, please use their support channels.