Skip to content

Commit d643410

Browse files
Ncerzzkclaude
andcommitted
Add logo to website
- Add logo.jpeg to public directory - Configure logo in navigation bar for both Chinese and English - Set logo as favicon Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b3d6c92 commit d643410

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vitepress/config.mts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
import { defineConfig } from 'vitepress'
22

33
export default defineConfig({
4+
head: [
5+
['link', { rel: 'icon', href: '/logo.jpeg' }]
6+
],
7+
48
locales: {
59
root: {
610
label: '简体中文',
711
lang: 'zh-CN',
812
title: "座头鲸工作室",
913
description: "HumpbackLab",
1014
themeConfig: {
15+
logo: '/logo.jpeg',
1116
nav: [
1217
{ text: '首页', link: '/' },
1318
{ text: '产品介绍', link: '/products' },
@@ -25,6 +30,7 @@ export default defineConfig({
2530
title: 'HumpbackLab',
2631
description: 'Lightweight Flight Control Solutions',
2732
themeConfig: {
33+
logo: '/logo.jpeg',
2834
nav: [
2935
{ text: 'Home', link: '/en/' },
3036
{ text: 'Products', link: '/en/products' },

public/logo.jpeg

121 KB
Loading

0 commit comments

Comments
 (0)