This commit is contained in:
teasiu
2025-09-19 22:16:07 +08:00
parent 81c8fb3318
commit 9e23bc5af8
2 changed files with 3 additions and 3 deletions

View File

@@ -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: [
{

View File

@@ -14,7 +14,7 @@ function HomepageHeader() {
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className="container">
<img src="img/hinas01.svg" alt="Logo" />
<img src="https://doc.ecoo.top/img/hinas01.svg" alt="Logo" />
<h1 className="hero__title">{siteConfig.title}</h1>
<p className="hero__subtitle">{siteConfig.tagline}</p>
<div className={styles.buttons}>