update config
This commit is contained in:
parent
0a8a53c2a7
commit
aa3a3a8f84
@ -8,7 +8,7 @@ const config: Config = {
|
|||||||
favicon: 'img/favicon_depin.png',
|
favicon: 'img/favicon_depin.png',
|
||||||
|
|
||||||
url: 'https://info.ourworld.tf',
|
url: 'https://info.ourworld.tf',
|
||||||
baseUrl: '/depindev/',
|
baseUrl: '/depin/',
|
||||||
|
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
|
@ -2,5 +2,5 @@ import React from 'react';
|
|||||||
import { Redirect } from '@docusaurus/router';
|
import { Redirect } from '@docusaurus/router';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
return <Redirect to="/depindev/docs/introduction" />;
|
return <Redirect to="/depin/docs/introduction" />;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user