mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
docs: redirect to guide
This commit is contained in:
5
apps/guide/src/app/page.tsx
Normal file
5
apps/guide/src/app/page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { redirect } from 'next/navigation';
|
||||
|
||||
export default async function Page() {
|
||||
redirect('/guide');
|
||||
}
|
||||
Reference in New Issue
Block a user