Skip to content

Commit 9bebbb4

Browse files
docs(website): use favicon as header icon
1 parent 4b4f7c0 commit 9bebbb4

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

β€Ždocs/.vitepress/config.tsβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,7 @@ export default defineConfig({
2828
},
2929

3030
themeConfig: {
31-
logo: {
32-
dark: '/logo-nav-dark.svg',
33-
light: '/logo-nav-light.svg',
34-
},
31+
logo: '/favicon.svg',
3532

3633
nav: [
3734
{

β€Ždocs/index.mdβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ hero:
66
text: Token-Oriented Object Notation
77
tagline: A compact, human-readable encoding of the JSON data model for LLM prompts.
88
image:
9-
dark: /logo-nav-dark.svg
10-
light: /logo-nav-light.svg
9+
dark: /logo-index-dark.svg
10+
light: /logo-index-light.svg
1111
alt: TOON Logo
1212
actions:
1313
- theme: brand
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)