Skip to content

Commit 38d8c7b

Browse files
authored
fix: website description (#279)
1 parent b38990b commit 38d8c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/rspress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import pluginSitemap from 'rspress-plugin-sitemap';
99
import { pluginPreloadRule } from './preload-plugin';
1010

1111
const siteUrl = 'https://rslint.rs';
12-
const description = 'The Rspack-based testing framework';
12+
const description = 'The high-performance TypeScript linter';
1313

1414
export default defineConfig({
1515
root: path.join(__dirname, 'docs'),

0 commit comments

Comments
 (0)