Skip to content

Commit e0eb86d

Browse files
committed
docs: update favicon.icon
1 parent 6cad9e2 commit e0eb86d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rspress.config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@ export default defineConfig({
7272
open: 'http://localhost:<port>/',
7373
},
7474
html: {
75-
// favicon: 'docs/public/logo.png',
75+
favicon: 'https://electron-rsbuild.org/logo-org.png',
7676
appIcon: {
7777
name: 'Electron-Rsbuild',
7878
icons: [
7979
{
80-
src: 'https://assets.rspack.dev/rsbuild/rsbuild-logo-192x192.png',
80+
src: 'https://electron-rsbuild.org/logo-org.png',
8181
size: 192,
8282
},
8383
{
84-
src: 'https://assets.rspack.dev/rsbuild/rsbuild-logo-512x512.png',
84+
src: 'https://electron-rsbuild.org/logo-org.png',
8585
size: 512,
8686
},
8787
],

0 commit comments

Comments
 (0)