We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ca7240 commit 36ff6bcCopy full SHA for 36ff6bc
1 file changed
src/pages/game-jam.astro
@@ -48,7 +48,7 @@ import { FaExternalLinkAlt } from "react-icons/fa";
48
49
50
<div class="flex flex-row gap-4 items-start mt-4 max-w-full flex-wrap">
51
- <a href="http://localhost:4321/posts/2025-10-25-game-jam-results" class="btn text-brand border-brand shadow-brand" role="button">
+ <a href="/posts/2025-10-25-game-jam-results" class="btn text-brand border-brand shadow-brand" role="button">
52
Winners <FaAngleRight />
53
</a>
54
<a href="https://itch.io/jam/woodlands-cs-club-jam-2025" class="btn" role="button">View on Itch.io <FaExternalLinkAlt /></a>
@@ -67,4 +67,4 @@ import { FaExternalLinkAlt } from "react-icons/fa";
67
</Pane>
68
<Footer />
69
</main>
70
-</Base>
+</Base>
0 commit comments