Skip to content

Commit b4709e2

Browse files
committed
Fix docs title
1 parent 589f004 commit b4709e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/.vitepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const pkg = JSON.parse(
77

88
export default defineConfig({
99
lang: 'en-US',
10-
title: 'A JavaScript data-attributes driven micro-framework',
10+
title: 'JS Toolkit',
1111
description: 'The JS Toolkit by Studio Meta is a JavaScript data-attributes driven micro-framework shipped with plenty of useful utility functions to boost your project.',
1212
lastUpdated: true,
1313
head: [['link', { rel: 'icon', type: 'image/x-icon', href: '/logo.png' }]],

0 commit comments

Comments
 (0)