This commit is contained in:
teasiu
2026-04-13 10:07:05 +08:00
parent 23c702366e
commit a3e8267c15
2 changed files with 2 additions and 2 deletions

View File

@@ -77,7 +77,7 @@ const config = {
title: 'HiNas',
logo: {
alt: 'histb Logo',
src: 'https://doc.ecoo.top/img/hinaslogo01.png',
src: '/img/hinaslogo01.png',
},
items: [
{

View File

@@ -25,7 +25,7 @@ function HomepageHeader() {
<div className="container">
<div className={styles.heroContent}>
<img
src="https://doc.ecoo.top/img/hinas01.svg"
src="/img/hinas01.svg"
alt="HiNas Logo"
className={styles.heroLogo}
/>