updated game links to apps subdomain and removed TADS source files
This commit is contained in:
@@ -247,7 +247,7 @@ export const games: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>Magician</b>",
|
||||
link: "/games/magician",
|
||||
link: "//apps.denizk0461.dev/magician",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -266,7 +266,7 @@ export const games: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>Swords & Stuff</b>",
|
||||
link: "/games/swordsnstuff",
|
||||
link: "//apps.denizk0461.dev/swordsnstuff",
|
||||
},
|
||||
],
|
||||
},
|
||||
@@ -283,11 +283,11 @@ export const games: Project[] = [
|
||||
links: [
|
||||
{
|
||||
text: "Play <b>TADS 1</b>",
|
||||
link: "/projects/tads/tads1",
|
||||
link: "//apps.denizk0461.dev/tads/1",
|
||||
},
|
||||
{
|
||||
text: "Play <b>TADS 2</b>",
|
||||
link: "/projects/tads/tads2",
|
||||
link: "//apps.denizk0461.dev/tads/2",
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user