Skip to content

Commit

Permalink
fix: fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcadams committed Jul 20, 2023
1 parent ae25038 commit cb5327e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ import { version } from '../../package.json';
export default withTwoslash(
defineConfig({
cleanUrls: true,
description: '...',
description:
'Minimal typescript library for easy, testable interactions with LLMs',
head: [
['meta', { name: 'theme-color', content: '#729b1a' }],
['link', { rel: 'icon', href: '/favicon.svg', type: 'image/svg+xml' }],
Expand Down

0 comments on commit cb5327e

Please sign in to comment.