diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 47a7fdf6..10aaee66 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -69,6 +69,7 @@ export default { text: "Recommended Pages", items: favorites }, + { text: "About Me", link: "/about" }, { text: "/now", link: "/now" }, { text: "Site Changelog", link: "/changelog" } ] diff --git a/site/.vitepress/theme/Layout.vue.in b/site/.vitepress/theme/Layout.vue.in index 80a90a70..2c78eb6d 100644 --- a/site/.vitepress/theme/Layout.vue.in +++ b/site/.vitepress/theme/Layout.vue.in @@ -5,7 +5,7 @@