Skip to content

Commit 1166cfe

Browse files
authored
Fix logo URL (#767)
1 parent 593f320 commit 1166cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/.vitepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ export default defineConfig({
171171
},
172172
},
173173
themeConfig: {
174-
logo: 'logo.svg',
174+
logo: '/logo.svg',
175175
nav: [
176176
{ text: 'Guide', link: '/guide/introduction.html' },
177177
{

0 commit comments

Comments
 (0)