mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
chore: use quick-start as default page (#22384)
This commit is contained in:
parent
7c3e871c7a
commit
913f543307
5 changed files with 7 additions and 33 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Redirect } from '@docusaurus/router';
|
||||
|
||||
export default function Home(): JSX.Element {
|
||||
return <Redirect to="/overview/welcome" />;
|
||||
return <Redirect to="/overview/quick-start" />;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue