Skip to content

Commit 64f7daa

Browse files
committed
chore: fix logo not visible
1 parent af543eb commit 64f7daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-site/.dumirc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
analytics: { ga_v2: 'G-MC335K4KV6' },
2525
themeConfig: {
2626
name: '',
27-
logo: '/logo.svg',
27+
logo: `${process.env.NODE_ENV === 'development' ? '' : '/WebAV'}/logo.svg`,
2828
hideHomeNav: true,
2929
socialLinks: {
3030
github: 'https://github.com/WebAV-Tech/WebAV',

0 commit comments

Comments
 (0)