10 lines
162 B
TypeScript
10 lines
162 B
TypeScript
|
|
export default {
|
|
// 站点级选项
|
|
title: 'VitePress',
|
|
description: 'Just playing around.',
|
|
|
|
themeConfig: {
|
|
// 主题级选项
|
|
}
|
|
} |