Skip to content

Commit

Permalink
docs: fix docs logo
Browse files Browse the repository at this point in the history
  • Loading branch information
CJY0208 committed Nov 22, 2023
1 parent d49a41d commit 4350c8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .umirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { version } from './package.json'
export default {
mode: 'site',
title: `Fexd Tools`,
logo: '/logo.png',
logo: process.env.NODE_ENV === 'production' ? '/tools/logo.png' : '/logo.png',
outputPath: 'docs',
publicPath: process.env.NODE_ENV === 'production' ? '/tools/' : '/',
history: { type: 'hash' },
Expand Down
2 changes: 1 addition & 1 deletion docs/umi.js

Large diffs are not rendered by default.

0 comments on commit 4350c8f

Please sign in to comment.