Skip to content

Commit

Permalink
fix: dashboard re-render
Browse files Browse the repository at this point in the history
  • Loading branch information
hibig committed Jul 4, 2024
1 parent ed3f9f7 commit e9d8828
Show file tree
Hide file tree
Showing 42 changed files with 242 additions and 1,444 deletions.
2 changes: 1 addition & 1 deletion config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default defineConfig({
: {}),
// esbuildMinifyIIFE: true,

favicons: ['/static/favicon.ico'],
favicons: ['/static/favicon.png'],
jsMinifier: 'terser',
cssMinifier: 'cssnano',
presets: ['umi-presets-pro'],
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/plots": "^2.2.2",
"@ant-design/pro-components": "^2.7.1",
"@huggingface/hub": "^0.15.1",
"@monaco-editor/react": "^4.6.0",
Expand Down
Loading

0 comments on commit e9d8828

Please sign in to comment.