We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7922a6 commit 84e62e1Copy full SHA for 84e62e1
website/rspress.config.ts
@@ -11,7 +11,8 @@ export default defineConfig({
11
lang: 'en',
12
base: '/',
13
title: 'Rslib',
14
- description: 'Rsbuild-based library development tool',
+ description:
15
+ 'Rslib is a library development tool that leverages the well-designed configurations and plugins of Rsbuild.',
16
icon: 'https://assets.rspack.dev/rslib/rslib-logo-192x192.png',
17
logo: 'https://assets.rspack.dev/rslib/rslib-logo-192x192.png',
18
logoText: 'Rslib',
0 commit comments