1
This commit is contained in:
Evan Pratten 2024-01-16 11:22:33 -05:00
parent 093e604d99
commit 8884c2d6c2

View File

@ -4,7 +4,7 @@ async function handle_keys_request(context) {
// If the domain is `keys.ewpratten.com`, redirect to `ewpratten.com/keys/...`
if (url.hostname == 'keys.ewpratten.com') {
url.domain = 'ewpratten.com';
url.hostname = 'ewpratten.com';
// If there was no path set, return the SSH keys
if (url.pathname == '/') {