mirror of
https://github.com/voson-wang/toon.git
synced 2026-01-29 23:34:10 +08:00
docs(website): use favicon as header icon
This commit is contained in:
@@ -28,10 +28,7 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
|
|
||||||
themeConfig: {
|
themeConfig: {
|
||||||
logo: {
|
logo: '/favicon.svg',
|
||||||
dark: '/logo-nav-dark.svg',
|
|
||||||
light: '/logo-nav-light.svg',
|
|
||||||
},
|
|
||||||
|
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ hero:
|
|||||||
text: Token-Oriented Object Notation
|
text: Token-Oriented Object Notation
|
||||||
tagline: A compact, human-readable encoding of the JSON data model for LLM prompts.
|
tagline: A compact, human-readable encoding of the JSON data model for LLM prompts.
|
||||||
image:
|
image:
|
||||||
dark: /logo-nav-dark.svg
|
dark: /logo-index-dark.svg
|
||||||
light: /logo-nav-light.svg
|
light: /logo-index-light.svg
|
||||||
alt: TOON Logo
|
alt: TOON Logo
|
||||||
actions:
|
actions:
|
||||||
- theme: brand
|
- theme: brand
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 478 B After Width: | Height: | Size: 478 B |
|
Before Width: | Height: | Size: 481 B After Width: | Height: | Size: 481 B |
Reference in New Issue
Block a user