mirror of
https://github.com/bendtherules/UiQuestions.git
synced 2026-08-19 00:30:59 +00:00
Refactor - On index page, redirect to first doc
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
title:
|
||||
slug: /
|
||||
---
|
||||
|
||||
import {Redirect} from '@docusaurus/router';
|
||||
|
||||
function Home() {
|
||||
return <Redirect to="/docs/create-modify-element" />;
|
||||
}
|
||||
|
||||
<Home/>
|
||||
Reference in New Issue
Block a user