Skip to content

Commit

Permalink
Added a new domain (#15)
Browse files Browse the repository at this point in the history
Shorted than the previous one
  • Loading branch information
volcareso committed Dec 16, 2021
1 parent cd768b5 commit 46c18ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function Home() {
}).then(res => res.json())
.then(json => {
if(json.message == "success"){
swal("congrats!", "link was copied!: https://qop.now.sh/"+random__, "success")
copy('https://qop.now.sh/' + random__);
swal("congrats!", "link was copied!: https://9x.now.sh/"+random__, "success")
copy('https://9x.now.sh/' + random__);
}else{
swal("oops!", json.message, "warning")
}
Expand Down

1 comment on commit 46c18ee

@vercel
Copy link

@vercel vercel bot commented on 46c18ee Dec 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.