mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
feat: add .sh domain
This commit is contained in:
parent
1329935cbd
commit
62d13a15a0
@ -25,25 +25,29 @@ const DomainCard: React.FC<{ query: string }> = ({ query }) => {
|
|||||||
|
|
||||||
const names = [
|
const names = [
|
||||||
`${lowerCase}.com`,
|
`${lowerCase}.com`,
|
||||||
`${lowerCase}app.com`,
|
`${lowerCase}.org`,
|
||||||
`${lowerCase}.app`,
|
`${lowerCase}.app`,
|
||||||
`${lowerCase}.dev`,
|
`${lowerCase}.dev`,
|
||||||
`${lowerCase}.org`,
|
|
||||||
`${lowerCase}.io`,
|
`${lowerCase}.io`,
|
||||||
|
`${lowerCase}.sh`,
|
||||||
...domainHackSuggestions,
|
...domainHackSuggestions,
|
||||||
];
|
];
|
||||||
const moreNames = [
|
const moreNames = [
|
||||||
`${lowerCase}.sh`,
|
`${lowerCase}app.com`,
|
||||||
|
`get${lowerCase}.com`,
|
||||||
|
`${lowerCase}.co`,
|
||||||
`${lowerCase}.tools`,
|
`${lowerCase}.tools`,
|
||||||
`${lowerCase}.design`,
|
|
||||||
`${lowerCase}.build`,
|
`${lowerCase}.build`,
|
||||||
`${lowerCase}.run`,
|
`${lowerCase}.run`,
|
||||||
`get${lowerCase}.com`,
|
`${lowerCase}.design`,
|
||||||
|
`${lowerCase}.directory`,
|
||||||
|
`${lowerCase}.guru`,
|
||||||
|
`${lowerCase}.ninja`,
|
||||||
`${lowerCase}.net`,
|
`${lowerCase}.net`,
|
||||||
`${lowerCase}.eu`,
|
|
||||||
`${lowerCase}.info`,
|
`${lowerCase}.info`,
|
||||||
`${lowerCase}.biz`,
|
`${lowerCase}.biz`,
|
||||||
`${lowerCase}.website`,
|
`${lowerCase}.website`,
|
||||||
|
`${lowerCase}.eu`,
|
||||||
];
|
];
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user