Skip to content

Commit

Permalink
生成简洁的 URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Android-KitKat committed Aug 11, 2024
1 parent fa67e1c commit 7b6321b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import { defineConfig } from 'vitepress'

// https://vitepress.dev/reference/site-config
// https://vitepress.dev/zh/reference/site-config
export default defineConfig({
title: "冷筱华的有限迷宫",
description: "玩家手册",
lang: "zh-CN",
cleanUrls: true,
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
// https://vitepress.dev/zh/reference/default-theme-config
nav: [
{ text: '主页', link: '/' },
{ text: 'Koishi', link: 'https://koishi.chat/zh-CN/' },
Expand Down

0 comments on commit 7b6321b

Please sign in to comment.