diff --git a/src/config/records.ts b/src/config/records.ts index 2596e30..ff4bc0e 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -29,7 +29,6 @@ export const DNS_RECORDS: Record = { { subdomain: 'kotlin.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'rust.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'php.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, - { subdomain: 'ruby.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, // Other subdomains { subdomain: 'example-server', type: 'CNAME', content: 'ghs.googlehosted.com' },