Skip to content

Commit

Permalink
docs: add app icon to website
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Aug 18, 2024
1 parent c85e12d commit ac03118
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions website/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,19 @@ export default defineConfig({
},
},
],
appIcon: {
name: 'Rsbuild',
icons: [
{
src: 'https://assets.rspack.dev/rsbuild/rsbuild-logo-192x192.png',
size: 192,
},
{
src: 'https://assets.rspack.dev/rsbuild/rsbuild-logo-512x512.png',
size: 512,
},
],
},
},
},
});

0 comments on commit ac03118

Please sign in to comment.