Custom Domain Cname Example

PreviousNext

Example implementation of custom domain-cname.

Docs
vercel-platformexample

Preview

Loading preview…
registry/default/examples/custom-domain-cname.tsx
import { CustomDomain } from "@/components/vercel-platform/src/blocks/custom-domain";

const Example = () => <CustomDomain defaultDomain="cname-demo.til.wiki" />;

export default Example;

Installation

npx shadcn@latest add @vercel-platform/example-custom-domain-cname

Usage

import { ExampleCustomDomainCname } from "@/components/example-custom-domain-cname"
<ExampleCustomDomainCname />