From f2cfe82cc7fb73f7538513ec436fbab7b25da3ef Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Wed, 5 Jun 2024 22:50:27 -0500 Subject: [PATCH] Update config --- site/.vitepress/config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 94ae265a..7b73c406 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -42,7 +42,7 @@ module.exports = { socialLinks: [ { icon: "github", link: "https://github.com/thepaperpilot" }, { icon: "linkedin", link: "https://www.linkedin.com/pub/anthony-lawn/a9/a98/2" }, - { icon: { svg: ` + { icon: { svg: ` @@ -188,11 +188,11 @@ module.exports = { ` }, link: "https://incremental.social/u/thepaperpilot" } ], sidebar: [ - { text: "My Projects", link: "https://www.thepaperpilot.org/garden/my-projects" }, - { text: "Guide to Incrementals", link: "https://www.thepaperpilot.org/garden/guide-to-incrementals" }, - { text: "The Small Web", link: "https://www.thepaperpilot.org/garden/the-small-web" }, - { text: "Fedi v2", link: "https://www.thepaperpilot.org/garden/fedi-v2" }, - { text: "Changelog", link: "https://www.thepaperpilot.org/changelog" } + { text: "My Projects", link: "/garden/my-projects" }, + { text: "Guide to Incrementals", link: "/garden/guide-to-incrementals" }, + { text: "The Small Web", link: "/garden/the-small-web" }, + { text: "Fedi v2", link: "/garden/fedi-v2" }, + { text: "Changelog", link: "/changelog" } ] } }