diff options
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index.tsx b/pages/index.tsx index 71b5cb2..3fbd506 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -14,7 +14,7 @@ import { DISPLAY_DOMAIN } from '../utils/env'; export default function Home() { - const gitLink = 'https://git.' + DISPLAY_DOMAIN; + const gitLink = 'https://git.al.' + DISPLAY_DOMAIN; let email : string; |
