A

Domain

도메인 설정 및 연결 관리

Domain Status
autoseeding.aiVerified

Domain

autoseeding.ai

SSL Status

Active
라우팅 방식

경로 기반

기존 도메인 하위 경로로 콘텐츠를 구성합니다.

/blog, /resources

서브도메인

별도 서브도메인에서 콘텐츠를 호스팅합니다.

blog.example.com

독립 도메인

완전히 새로운 도메인에서 콘텐츠를 운영합니다.

example.com

호스팅 플랫폼

Vercel

Netlify

Cloudflare

Framer

Webflow

Wix

Custom

설정 가이드

Add custom domain in Vercel

Go to your Vercel project settings → Domains and add "autoseeding.ai" as a custom domain.

Configure DNS records

Point your domain to Vercel by adding an A record (76.76.21.21) and a CNAME for "www" (cname.vercel-dns.com).

# DNS Records
A     @     76.76.21.21
CNAME www   cname.vercel-dns.com
3

Set up path-based routing

Add a rewrite rule in next.config.ts to route /blog/* requests to the SEO content engine.

// next.config.ts
const nextConfig = {
  async rewrites() {
    return [
      {
        source: '/blog/:path*',
        destination: '/api/seo-content/:path*',
      },
    ];
  },
};
4

Verify SSL and connectivity

Run a health check to confirm that SSL is valid, the domain resolves correctly, and response times are within acceptable limits.

연결 상태
URLhttps://autoseeding.ai
접속 상태접속 가능
HTTP 상태200
SSL 인증서
유효
응답 시간
142ms

마지막 확인: 2026. 2. 24. 오전 10:15:00

DNS Records
TypeNameValueTTL
A@76.76.21.213600
CNAMEwwwcname.vercel-dns.com3600
TXT@v=spf1 include:_spf.google.com ~all3600
MX@alt1.aspmx.l.google.com3600