We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d89a427 commit 6e09968Copy full SHA for 6e09968
.vitepress/config.mts
@@ -22,15 +22,7 @@ export default defineConfig({
22
// https://vitepress.dev/reference/default-theme-config
23
nav: [
24
{ text: "Home", link: "/" },
25
- {
26
- text: "Blog",
27
- items: [
28
- { text: "전체", link: "/posts/" },
29
- { text: "Web", link: "/posts/Web/" },
30
- { text: "JavaScript", link: "/posts/JavaScript/" },
31
- { text: "React", link: "/posts/React/" },
32
- ],
33
- },
+ { text: "Blog", link: "/posts/" },
34
{ text: "Projects", link: "/projects/" },
35
],
36
0 commit comments