From a6fbd50ab08a07c464718d94ecd0932800e250c4 Mon Sep 17 00:00:00 2001 From: Sambhav Kothari Date: Mon, 14 Sep 2026 23:20:10 +0100 Subject: [PATCH] Add GitHub Pages DNS for the Skills extension --- src/config/records.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config/records.ts b/src/config/records.ts index 6638e8f..3fb6342 100644 --- a/src/config/records.ts +++ b/src/config/records.ts @@ -21,6 +21,7 @@ export const DNS_RECORDS: Record = { { subdomain: 'maintainers', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'static', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'apps.extensions', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, + { subdomain: 'skills.extensions', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'ts.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'csharp.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' }, { subdomain: 'go.sdk', type: 'CNAME', content: 'modelcontextprotocol.github.io' },