import { Field, PageHeader } from '../components/shared' import { Icons } from '../components/shared/Icons' import { Button } from '../components/ui' export default function DomainPage() { return (
{/* Panel container - full-bleed borders */}
{/* Subdomain */}
Subdomain
Your default blog address
.writekit.dev

This is your default blog URL. You can also add a custom domain below.

{/* Custom Domain */}
Custom Domain
Use your own domain for your blog
{}} placeholder="blog.example.com" hint="Enter your custom domain without https://" />

DNS Configuration

Point your domain to our servers by adding these DNS records:

Type Name Value
CNAME blog cname.writekit.dev
DNS: Pending
SSL: Not configured
) }