From 9e23bc5af8a35ae82c82b7d37e6a1ec937ef4f4f Mon Sep 17 00:00:00 2001 From: teasiu Date: Fri, 19 Sep 2025 22:16:07 +0800 Subject: [PATCH] update --- docusaurus.config.js | 4 ++-- src/pages/index.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 3202112..0df6f68 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: '海纳思系统', tagline: '一个极低功耗的 Linux 服务器', - url: 'https://doc.ecoo.top', + url: 'https://www.ecoo.top', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -79,7 +79,7 @@ const config = { title: 'HiNas', logo: { alt: 'histb Logo', - src: './img/hinaslogo01.png', + src: 'https://doc.ecoo.top/img/hinaslogo01.png', }, items: [ { diff --git a/src/pages/index.js b/src/pages/index.js index 5d10edf..0450dae 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -14,7 +14,7 @@ function HomepageHeader() { return (
- Logo + Logo

{siteConfig.title}

{siteConfig.tagline}