mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: reserved vanity url
This commit is contained in:
parent
a2fe22e9ca
commit
ea47362d37
10
pages/bots/koreanbots.tsx
Normal file
10
pages/bots/koreanbots.tsx
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user