mirror of
https://github.com/uetchy/namae.git
synced 2025-07-02 14:20:03 +09:00
fix: new domain suggestions
This commit is contained in:
parent
85f19a8ac6
commit
ecb0dc4243
@ -21,18 +21,18 @@ const DomainCard: React.FC<{query: string}> = ({query}) => {
|
|||||||
|
|
||||||
const names = [
|
const names = [
|
||||||
`${lowerCase}.com`,
|
`${lowerCase}.com`,
|
||||||
`${lowerCase}.io`,
|
`${lowerCase}app.com`,
|
||||||
`${lowerCase}.app`,
|
`${lowerCase}.app`,
|
||||||
|
`${lowerCase}.io`,
|
||||||
...domainHackSuggestions,
|
...domainHackSuggestions,
|
||||||
];
|
];
|
||||||
const moreNames = [
|
const moreNames = [
|
||||||
`${lowerCase}.org`,
|
|
||||||
`${lowerCase}.dev`,
|
`${lowerCase}.dev`,
|
||||||
|
`${lowerCase}.org`,
|
||||||
`${lowerCase}.sh`,
|
`${lowerCase}.sh`,
|
||||||
`${lowerCase}.pro`,
|
|
||||||
`${lowerCase}.tools`,
|
`${lowerCase}.tools`,
|
||||||
`${lowerCase}.site`,
|
`${lowerCase}.design`,
|
||||||
`${lowerCase}app.com`,
|
`${lowerCase}.build`,
|
||||||
`get${lowerCase}.com`,
|
`get${lowerCase}.com`,
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user