Made game links external

This commit is contained in:
thepaperpilot 2022-10-04 23:36:40 -05:00
parent b7d7d2ea34
commit 76b8ef341e

View file

@ -40,11 +40,11 @@ module.exports = {
{ {
text: "Play Now", text: "Play Now",
items: [ items: [
{ text: "Kronos", link: "/kronos/" }, { text: "Kronos", link: "https://thepaperpilot.org/kronos/" },
{ text: "Game Dev Tree", link: "/gamedevtree/" }, { text: "Game Dev Tree", link: "https://thepaperpilot.org/gamedevtree/" },
{ text: "Lit", link: "/lit/" }, { text: "Lit", link: "https://thepaperpilot.org/lit/" },
{ text: "The Ascension Tree", link: "/the_ascension_tree/" }, { text: "The Ascension Tree", link: "https://thepaperpilot.org/the_ascension_tree/" },
{ text: "Dream Hero", link: "/dream/" }, { text: "Dream Hero", link: "https://thepaperpilot.org/dream/" },
{ text: "My Itch Page", link: "https://thepaperpilot.itch.io/" } { text: "My Itch Page", link: "https://thepaperpilot.itch.io/" }
] ]
}, },