Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion website/rspress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default defineConfig({
lang: 'en',
base: '/',
title: 'Rslib',
description: 'Rsbuild-based library development tool',
description:
'Rslib is a library development tool that leverages the well-designed configurations and plugins of Rsbuild, empowering library developers to take advantage of the extensive knowledge and ecosystem of webpack and Rspack.',
icon: 'https://assets.rspack.dev/rslib/rslib-logo-192x192.png',
logo: 'https://assets.rspack.dev/rslib/rslib-logo-192x192.png',
logoText: 'Rslib',
Expand Down
Loading