Skip to content

Commit 1f30fde

Browse files
Fix: Updated DNS redirection for infra.
1 parent 5d79bd5 commit 1f30fde

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/config.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ Config file for CDK setup.
55
const DOMAIN: &str = "tinypy.net";
66

77
const SUBDOMAINS: &[(&str, &str)] = &[
8-
("infra", "tinypy-infra.github.io")
9-
];
8+
("infra", "github.com/dylan-sutton-chavez/tinypy-infra/")
9+
10+
];

0 commit comments

Comments
 (0)