Skip to content

Conversation

@srijitcoder
Copy link
Member

@srijitcoder srijitcoder commented Nov 21, 2025

Implementaion

Issue: App failed to load when deployed at /hello/world/git-clerk (without trailing slash) because absolute paths resolved to wrong locations.

Fix: Changed absolute paths to relative paths in index.html:

  • /config.js./config.js
  • /src/main.js./src/main.js
  • /favicon.ico./favicon.ico

Result: App now works at both /hello/world/git-clerk and /hello/world/git-clerk/

@santilland santilland merged commit 57308c6 into main Nov 21, 2025
1 check passed
@santilland santilland deleted the fix/trailing-slash-issue branch November 21, 2025 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants