1
0
mirror of https://github.com/uetchy/namae.git synced 2025-07-01 22:10:04 +09:00

Add .run domain

Might be a bit obscure, but the `.run` domain has been growing in popularity for npm packages or CLI programs.
This commit is contained in:
Example 2020-06-22 18:58:51 -04:00 committed by GitHub
parent 2bb631ee7e
commit 9e0c557b77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,6 +37,7 @@ const DomainCard: React.FC<{query: string}> = ({query}) => {
`${lowerCase}.tools`,
`${lowerCase}.design`,
`${lowerCase}.build`,
`${lowerCase}.run`,
`get${lowerCase}.com`,
];