feat: reserved vanity url

This commit is contained in:
원더 2021-01-30 12:17:00 +09:00
parent a2fe22e9ca
commit ea47362d37

10
pages/bots/koreanbots.tsx Normal file
View File

@ -0,0 +1,10 @@
import { NextPage } from 'next'
import { useRouter } from 'next/router'
const Reserved:NextPage = () => {
const router = useRouter()
router.push('/bots/iu')
return <></>
}
export default Reserved