Skip to content

Commit fa6a7a3

Browse files
mjunaidcaclaude
andcommitted
fix(nav): add baseUrl to Start Free button href
The HTML navbar item was using a raw href without the /robolearn baseUrl, causing 404s when clicked on GitHub Pages deployment. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 11d38c7 commit fa6a7a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

robolearn-interface/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ const config: Config = {
289289
{
290290
type: "html",
291291
position: "right",
292-
value: '<a href="/docs/preface-agent-native" class="navbar__cta-button">Start Free</a>',
292+
value: '<a href="/robolearn/docs/preface-agent-native" class="navbar__cta-button">Start Free</a>',
293293
},
294294
],
295295
},

0 commit comments

Comments
 (0)