Skip to content

Commit

Permalink
chore: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Barrior committed Jan 15, 2024
1 parent 8d81184 commit dc5839d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ export default defineConfig({
rtl: true,
footer: false,
},
favicons: [
// 指向 public/favicon.png
'/favicon.png',
],
alias: {
// 根据精确程度按顺序声明
'@schema-render/core-react/dist/esm': path.resolve('packages/core-react/src'),
Expand Down
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc5839d

Please sign in to comment.