From 5c9bb9c8e715959f447cf180b29a055fb9fa8030 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Mon, 27 Nov 2023 20:31:59 -0600 Subject: [PATCH] Fixed missing comma --- 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 30efa0b3..1b428f87 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -54,7 +54,7 @@ module.exports = { { text: "Advent Incremental", link: "https://www.thepaperpilot.org/advent" }, { text: "Game Dev Tree", link: "https://www.thepaperpilot.org/gamedevtree/" }, { text: "Dice Armor", link: "/projects/dice/" }, - { text: "Capture the Citadel", link: "/projects/citadel/"} + { text: "Capture the Citadel", link: "/projects/citadel/"}, { text: "More on Itch", link: "https://www.thepaperpilot.itch.io/" } ] },