Skip to content

Commit 6839bd7

Browse files
committed
fix: 불필요한 설정 제거
1 parent acb13ab commit 6839bd7

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.vitepress/config.mts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,6 @@ export default defineConfig({
3232
sidebar: {
3333
"/posts/": generateSidebar("posts", "/posts"),
3434
"/projects/": generateSidebar("projects", "/projects"),
35-
36-
"/": [
37-
{
38-
text: "Examples",
39-
items: [
40-
{ text: "Markdown Examples", link: "/markdown-examples" },
41-
{ text: "Runtime API Examples", link: "/api-examples" },
42-
],
43-
},
44-
],
4535
},
4636

4737
socialLinks: [{ icon: "github", link: "https://github.com/toothlessdev" }],

0 commit comments

Comments
 (0)