β€” Article In progress

Astro rocks

A CNAME (Canonical Name) record is perfect for this situation because it creates an alias from your subdomain (banana.alcun.dev) to the Vercel-hosted application (banana-theta.vercel.app). This allows Vercel to handle any IP address changes on their end without requiring updates to your DNS settings. Here’s what you need to add to your DNS records: Name: banana.alcun.dev Type: CNAME Data: banana-theta.vercel.app The β€œName” field should be just β€œbanana” in most DNS management interfaces, as the parent domain (alcun.dev) is automatically appended. After adding this record, please note that DNS propagation can take anywhere from a few minutes to 48 hours, though it typically completes within an hour. During this time, the subdomain might not be immediately accessible.