Skip to content

Commit ccc6ca3

Browse files
Copilotgfauredev
andcommitted
Update README with local development notes for base_path change
Co-authored-by: gfauredev <19304085+gfauredev@users.noreply.github.com>
1 parent dc72301 commit ccc6ca3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ sed -i "s|import init from './dist/logout.js';|import init from './logout.js';|g
5959
cd dist
6060
python3 -m http.server 8000
6161
# Then open http://localhost:8000 in your browser
62+
# Note: The app is configured for GitHub Pages deployment with base_path="LogOut"
63+
# For local development, you may need to access it at http://localhost:8000/LogOut/
64+
# or temporarily change base_path to "." in Dioxus.toml
6265
```
6366

6467
### Build for Blitz/Native (without JavaScript)

0 commit comments

Comments
 (0)