mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-07 19:36:56 +08:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
|
---
|
||
|
slug: /
|
||
|
---
|
||
|
|
||
|
import { Redirect } from "@docusaurus/router";
|
||
|
|
||
|
<Redirect to="guide" />;
|