From 18e403c8829a50e6bd44225d1c21193c4aac98f2 Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Thu, 18 May 2023 10:18:11 -0500 Subject: [PATCH] Add planar pioneers to projects sidebar --- site/.vitepress/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/site/.vitepress/config.ts b/site/.vitepress/config.ts index a78b4fb0..64c29638 100644 --- a/site/.vitepress/config.ts +++ b/site/.vitepress/config.ts @@ -50,6 +50,7 @@ module.exports = { { text: "Play Now", items: [ + { text: "Planar Pioneers", link: "https://thepaperpilot.org/planar" }, { text: "Advent Incremental", link: "https://thepaperpilot.org/advent" }, { text: "Kronos", link: "https://thepaperpilot.org/kronos/" }, { text: "Game Dev Tree", link: "https://thepaperpilot.org/gamedevtree/" },