Skip to content

Commit 88ff724

Browse files
naivefunclaude
andcommitted
Fix GitHub Pages base path and update README links
- Add base: '/handtree/' to Ladle config for correct GitHub Pages deployment - Update README links from placeholder to actual GitHub Pages URL - Should resolve 404 errors for assets on GitHub Pages 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e5dbeb1 commit 88ff724

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.ladle/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/** @type {import('@ladle/react').UserConfig} */
22
export default {
33
stories: 'src/**/*.stories.{js,jsx,ts,tsx}',
4+
base: '/handtree/',
45
addons: {
56
width: {
67
enabled: true,

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
A React tree component for **hand-crafted** hierarchical interfaces. Unlike data-driven tree libraries, handtree lets you compose tree structures manually with full control over styling, behavior, and layout.
1010

11-
**[📖 Live Examples & Documentation →](https://username.github.io/handtree/)**
11+
**[📖 Live Examples & Documentation →](https://naivefun.github.io/handtree/)**
1212

1313
## Why handtree?
1414

@@ -156,7 +156,7 @@ interface TreeNodeProps {
156156

157157
Explore interactive examples and see handtree in action:
158158

159-
**[📖 Live Examples & Documentation →](https://username.github.io/handtree/)**
159+
**[📖 Live Examples & Documentation →](https://naivefun.github.io/handtree/)**
160160

161161
### Available Examples
162162

0 commit comments

Comments
 (0)