Skip to content

Commit e60f4dc

Browse files
committed
add articles
1 parent 649a5e2 commit e60f4dc

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
cleanUrls: true,
66
srcDir: "docs",
77
title: "vectorlex.github.io",
8-
description: "vectorlex的个人网站",
8+
description: "vectorlex的意义不明的个人网站",
99
themeConfig: {
1010
// https://vitepress.dev/reference/default-theme-config
1111
nav: [
@@ -14,9 +14,9 @@ export default defineConfig({
1414

1515
sidebar: [
1616
{
17-
text: '测试',
17+
text: '文章',
1818
items: [
19-
{ text: '测试', link: '/test' }
19+
{ text: '测试', link: '/articles/test' }
2020
]
2121
},
2222
{
File renamed without changes.

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ features:
1616
- title: 恶臭数字论证器
1717
link: https://vectorlex.github.io/homo/
1818
- title: 测试
19-
link: /test
19+
link: /articles/test
2020
---

0 commit comments

Comments
 (0)