From aa3a3a8f84a900acdf8dd53292165a6c4c4e4761 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Sun, 2 Feb 2025 14:22:20 -0500 Subject: [PATCH] update config --- docusaurus.config.ts | 2 +- src/pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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