mirror of
https://github.com/uetchy/namae.git
synced 2025-10-14 15:12:18 +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:
@@ -37,6 +37,7 @@ const DomainCard: React.FC<{query: string}> = ({query}) => {
|
|||||||
`${lowerCase}.tools`,
|
`${lowerCase}.tools`,
|
||||||
`${lowerCase}.design`,
|
`${lowerCase}.design`,
|
||||||
`${lowerCase}.build`,
|
`${lowerCase}.build`,
|
||||||
|
`${lowerCase}.run`,
|
||||||
`get${lowerCase}.com`,
|
`get${lowerCase}.com`,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user