Skip to content

Commit

Permalink
Add beta domains to ic-domains (#2547)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmuntaner authored Jul 25, 2024
1 parent cc9ea46 commit 7d06b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internet_identity/src/assets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ pub fn get_static_assets() -> Vec<Asset> {
// See https://internetcomputer.org/docs/current/developer-docs/production/custom-domain/#custom-domains-on-the-boundary-nodes
assets.push(Asset {
url_path: "/.well-known/ic-domains".to_string(),
content: b"identity.internetcomputer.org".to_vec(),
content: b"identity.internetcomputer.org\nbeta.identity.ic0.app\nbeta.identity.internetcomputer.org".to_vec(),
encoding: ContentEncoding::Identity,
content_type: ContentType::OCTETSTREAM,
});
Expand Down

0 comments on commit 7d06b5a

Please sign in to comment.