mirror of
https://github.com/g-plane/wasm-language-tools.git
synced 2025-08-04 16:39:38 +00:00
docs: fix logo path
This commit is contained in:
parent
a9ca3cab5a
commit
c006c5768f
3 changed files with 3 additions and 3 deletions
|
@ -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/' },
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue