mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-02 08:58:36 +00:00
feat: add redirect
This commit is contained in:
@@ -26,7 +26,7 @@ configurations. Then I extracted the core components into `sidebar.tsx`.
|
||||
We now have a solid foundation to build on top of. Composable. Themeable.
|
||||
Customizable.
|
||||
|
||||
Let's get started.
|
||||
[Browse the Blocks Library](/blocks).
|
||||
|
||||
## Beta Testers
|
||||
|
||||
|
||||
@@ -53,6 +53,11 @@ const nextConfig = {
|
||||
destination: "/docs/components/form",
|
||||
permanent: false,
|
||||
},
|
||||
{
|
||||
source: "/sidebar",
|
||||
destination: "/docs/components/sidebar",
|
||||
permanent: true,
|
||||
},
|
||||
]
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user