Skip to content

Commit e3c85b5

Browse files
committed
docs(config): add site title and description to VitePress config
- Add description property for site metadata - Add title property for site-wide page title
1 parent daa330d commit e3c85b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ export default withMermaid(
1717
['meta', { property: 'og:type', content: 'website' }],
1818
['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }]
1919
],
20+
title: 'Deserve',
21+
description: 'Web Framework for Deno Ecosystem',
2022
locales: {
2123
en: {
2224
lang: 'en-US',

0 commit comments

Comments
 (0)