Skip to content

Commit 5f27baf

Browse files
committed
fix: internal looking external urls for castarook
1 parent 864f66b commit 5f27baf

File tree

6 files changed

+85
-79
lines changed

6 files changed

+85
-79
lines changed

public/banner.piml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,5 +136,5 @@
136136
(to) 2026-03-10T23:59:59Z
137137
(text) CASTAROOK IS ONLINE: EXPERIENCE THE IMMERSIVE 3D CHESS AND D&D COMBAT GAME. ACCESS AT /CASTAROOK.
138138
(isActive) true
139-
(link) /castarook
139+
(link) https://fezcode.com/castarook/
140140
(linkText) Play Castarook

public/projects/castarook/details/landing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"subtitle": "RPG CHESS",
44
"description": "An immersive 3D chess game built with React and Three.js that integrates D&D-inspired RPG mechanics like health points and dice-based combat.",
55
"backgroundImage": "/images/projects/castarook/rabbit.webp",
6-
"playLink": "/castarook",
6+
"playLink": "https://fezcode.com/castarook/",
77
"repoLink": "https://github.com/fezcode/castarook",
88
"overlayOpacity": 0.5
99
}

public/projects/castarook/details/navbar.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
},
55
"cta": {
66
"label": "PLAY THE GAME",
7-
"link": "/castarook"
7+
"link": "https://fezcode.com/castarook/"
88
}
99
}

public/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Sun, 01 Mar 2026 19:32:44 GMT</lastBuildDate>
12+
<lastBuildDate>Mon, 02 Mar 2026 17:51:30 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Sun, 01 Mar 2026 19:32:42 GMT</pubDate>
14+
<pubDate>Mon, 02 Mar 2026 17:51:29 GMT</pubDate>
1515
<copyright><![CDATA[2026 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>

public/sidebar.piml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
(content)
5252
> (item)
5353
(label) Castarook
54-
(to) /castarook
54+
(to) https://fezcode.com/castarook/
5555
(icon) CrownIcon
5656

5757
> (section)

0 commit comments

Comments
 (0)