mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-25 17:45:05 +08:00
8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
---
|
|
slug: /
|
|
---
|
|
|
|
import { Redirect } from "@docusaurus/router";
|
|
|
|
<Redirect to="guide" />;
|