From e4cc155dbc5adacbebac80c2dbeef9cf836b6e2c Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 1 Dec 2023 08:39:23 -0600 Subject: [PATCH] Fix itch link --- site/.vitepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index 1b428f87..384ac59d 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -55,7 +55,7 @@ module.exports = { { text: "Game Dev Tree", link: "https://www.thepaperpilot.org/gamedevtree/" }, { text: "Dice Armor", link: "/projects/dice/" }, { text: "Capture the Citadel", link: "/projects/citadel/"}, - { text: "More on Itch", link: "https://www.thepaperpilot.itch.io/" } + { text: "More on Itch", link: "https://thepaperpilot.itch.io/" } ] }, {