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