diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 4965f3f..20a38fc 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -8,7 +8,7 @@ const config: Config = { favicon: 'img/favicon_depin.png', url: 'https://info.ourworld.tf', - baseUrl: '/depindev/', + baseUrl: '/depin/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 0cd55c0..ac73fe5 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -2,5 +2,5 @@ import React from 'react'; import { Redirect } from '@docusaurus/router'; export default function Home() { - return ; + return ; } \ No newline at end of file