We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b520f8 commit 9181dadCopy full SHA for 9181dad
docs/.vitepress/config.mts
@@ -2,6 +2,18 @@ import { defineConfig } from 'vitepress'
2
3
// https://vitepress.dev/reference/site-config
4
export default defineConfig({
5
- title: "Goldfish",
6
- description: "A functional programming language",
+ title: 'Goldfish Scheme',
+ description: '让 Scheme 和 Python 一样易用且实用',
7
+
8
+ // 构建输出目录 (项目根目录的 dist/)
9
+ outDir: './dist',
10
11
+ // 基础配置
12
+ base: '/',
13
14
+ // 清理 URL
15
+ cleanUrls: true,
16
17
+ // 最后更新时间
18
+ lastUpdated: true,
19
})
0 commit comments