<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Krishna Patil</title>
    <description>The latest articles on DEV Community by Krishna Patil (@krishna_patil_06).</description>
    <link>https://dev.to/krishna_patil_06</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2970758%2Fa24e2b95-03ac-4205-9549-0b825d204db7.jpg</url>
      <title>DEV Community: Krishna Patil</title>
      <link>https://dev.to/krishna_patil_06</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/krishna_patil_06"/>
    <language>en</language>
    <item>
      <title>How to connect hostinger domain name or Custom Domain to Vercel deployment</title>
      <dc:creator>Krishna Patil</dc:creator>
      <pubDate>Mon, 24 Mar 2025 10:01:51 +0000</pubDate>
      <link>https://dev.to/krishna_patil_06/how-to-connect-hostinger-domain-name-or-custom-domain-to-vercel-deployment-4ncb</link>
      <guid>https://dev.to/krishna_patil_06/how-to-connect-hostinger-domain-name-or-custom-domain-to-vercel-deployment-4ncb</guid>
      <description>&lt;p&gt;Connecting your Hostinger domain to a Vercel deployment allows you to use your custom domain for your Vercel-hosted application. Here’s a step-by-step guide to seamlessly link your domain.&lt;/p&gt;

&lt;p&gt;Step 1: Deploy Your Project on Vercel&lt;br&gt;
Log in or sign up for a free account on Vercel.&lt;/p&gt;

&lt;p&gt;Deploy your project by connecting it to your GitHub, GitLab, or Bitbucket repository.&lt;/p&gt;

&lt;p&gt;Once deployed, navigate to the project dashboard and click on Settings &amp;gt; Domains.&lt;/p&gt;

&lt;p&gt;Step 2: Add Your Hostinger Domain in Vercel&lt;br&gt;
In the Domains section of your project, click on Add Domain.&lt;/p&gt;

&lt;p&gt;Enter your Hostinger domain name (e.g., yourdomain.com) and click Add.&lt;/p&gt;

&lt;p&gt;Vercel will provide DNS records (CNAME or A records) that need to be updated in Hostinger.&lt;/p&gt;

&lt;p&gt;Step 3: Update DNS Records in Hostinger&lt;br&gt;
Log in to your Hostinger account.&lt;/p&gt;

&lt;p&gt;Navigate to the Domains section and select your domain.&lt;/p&gt;

&lt;p&gt;Go to the DNS Zone Editor and update the following:&lt;/p&gt;

&lt;p&gt;Add a CNAME record:&lt;/p&gt;

&lt;p&gt;Name: www&lt;/p&gt;

&lt;p&gt;Target: The CNAME value provided by Vercel (e.g., cname.vercel-dns.com).&lt;/p&gt;

&lt;p&gt;Add an A record (if required):&lt;/p&gt;

&lt;p&gt;Name: @&lt;/p&gt;

&lt;p&gt;Target: The IP address provided by Vercel.&lt;/p&gt;

&lt;p&gt;Save the changes.&lt;/p&gt;

&lt;p&gt;Step 4: Verify Your Domain in Vercel&lt;br&gt;
Return to the Vercel dashboard and click on Verify next to your domain.&lt;/p&gt;

&lt;p&gt;Wait for DNS propagation, which may take a few minutes to several hours.&lt;/p&gt;

&lt;p&gt;Once verified, you’ll see a green checkmark next to your domain.&lt;/p&gt;

&lt;p&gt;Step 5: Optional - Configure Redirects&lt;br&gt;
If you want &lt;a href="http://www.yourdomain.com" rel="noopener noreferrer"&gt;www.yourdomain.com&lt;/a&gt; to redirect to yourdomain.com (or vice versa), configure this in the Vercel dashboard under the domain settings.&lt;/p&gt;

&lt;p&gt;Troubleshooting Tips&lt;br&gt;
Ensure that no other services are using the same DNS records for the domain.&lt;/p&gt;

&lt;p&gt;Use tools like DNS Checker to confirm DNS propagation.&lt;/p&gt;

&lt;p&gt;If issues persist, consider switching entirely to Vercel’s nameservers (ns1.vercel-dns.com and ns2.vercel-dns.com) from Hostinger's DNS settings.&lt;/p&gt;

&lt;p&gt;By following these steps, you can successfully connect your Hostinger domain name to your Vercel deployment and make your application accessible via your custom domain!&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8fny9bhqmlyepnke0nct.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8fny9bhqmlyepnke0nct.png" alt="Image description" width="800" height="456"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>kubernetes</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
