Skip to content

Commit

Permalink
try new action (from r4.com)
Browse files Browse the repository at this point in the history
  • Loading branch information
ug.rp committed Apr 26, 2024
1 parent f1bbf6c commit cdb6eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit cdb6eed

Please sign in to comment.