docs: fix logo path

This commit is contained in:
Pig Fang 2025-05-10 17:34:38 +08:00
parent a9ca3cab5a
commit c006c5768f
No known key found for this signature in database
GPG key ID: A8198F548DADA9E2
3 changed files with 3 additions and 3 deletions

View file

@ -5,12 +5,12 @@ export default defineConfig({
description:
'The set of tools that provides and improves the editing experience of WebAssembly Text Format.',
head: [
['link', { rel: 'icon', href: '/assets/logo.svg' }],
['link', { rel: 'icon', href: '/public/logo.svg' }],
],
lastUpdated: true,
themeConfig: {
siteTitle: 'WASM Language Tools',
logo: '/assets/logo.svg',
logo: '/public/logo.svg',
nav: [
{ text: 'Guide', link: '/guide/introduction', activeMatch: '/guide/' },
{ text: 'Config', link: '/config/overview', activeMatch: '/config/' },

View file

@ -5,7 +5,7 @@ hero:
name: "WebAssembly Language Tools"
tagline: "The set of tools that provides and improves the editing experience of WebAssembly Text Format."
image:
src: /assets/logo.svg
src: /public/logo.svg
alt: WebAssembly Language Tools
actions:
- theme: brand