diff --git a/CNAME b/CNAME deleted file mode 100644 index e1343d2..0000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -4000.radio diff --git a/index.js b/index.js index 2e2a446..91196b8 100644 --- a/index.js +++ b/index.js @@ -48,7 +48,8 @@ export default class R4Radio extends HTMLElement { this.sdk = sdk const { pathname, subdomain } = this.slugInfo; if (!subdomain && pathname) { - this.redirectToSubdomain(pathname); + /* skip redirect because we don't know where to host server for wildcard subdomain */ + /* this.redirectToSubdomain(pathname); */ } if (!this.channel) { return this.renderHome();