vitepress-blog/docs/config.ts

10 lines
162 B
TypeScript
Raw Normal View History

2024-07-08 11:07:27 +08:00
export default {
// 站点级选项
title: 'VitePress',
description: 'Just playing around.',
themeConfig: {
// 主题级选项
}
}