Skip to content

Commit 9181dad

Browse files
committed
config.mts
1 parent 0b520f8 commit 9181dad

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

docs/.vitepress/config.mts

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@ import { defineConfig } from 'vitepress'
22

33
// https://vitepress.dev/reference/site-config
44
export default defineConfig({
5-
title: "Goldfish",
6-
description: "A functional programming language",
5+
title: 'Goldfish Scheme',
6+
description: '让 Scheme 和 Python 一样易用且实用',
7+
8+
// 构建输出目录 (项目根目录的 dist/)
9+
outDir: './dist',
10+
11+
// 基础配置
12+
base: '/',
13+
14+
// 清理 URL
15+
cleanUrls: true,
16+
17+
// 最后更新时间
18+
lastUpdated: true,
719
})

0 commit comments

Comments
 (0)