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', title: 'HiNas',
logo: { logo: {
alt: 'histb Logo', alt: 'histb Logo',
src: 'https://doc.ecoo.top/img/hinaslogo01.png', src: '/img/hinaslogo01.png',
}, },
items: [ items: [
{ {

View File

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