a url shortener for hackatime.
example.com/username -> hackatime.hackclub.com/@username
in addition to the nuxt app handling this, this is also handled by a cloudflare rule to help with the redirect.
wildcard_replace(http.request.uri.path, "/*", "https://hackatime.hackclub.com/@${1}")