Skip to content

Commit

Permalink
chore: move favicon to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ZLY201 committed Oct 27, 2023
1 parent 88e49d0 commit 349426a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion rspack.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function createRspackConfig(): Configuration {
{
minify: true,
template: './html/index.html',
favicon: './src/static/favicon.svg',
favicon: './assets/favicon.svg',
},
],
},
Expand Down

0 comments on commit 349426a

Please sign in to comment.