Skip to content

Conversation

@sverhoeven
Copy link
Collaborator

The A component is aware of the baseUrl while a tag is not.

This also fixes link to about page when BASE_PATH env var is set during build.

Fixes #122

Tested with

BASE_PATH=/foobar pnpm build
apps/class-solid/.output
cp -r public foobar
python3 -m http.server

Goto http://0.0.0.0:8000/foobar and navigate to about page and back.
(note http://0.0.0.0:8000/foobar/about does not work with python server, but does on GH pages)

The A component is aware of the baseUrl while a tag is not.

This also fixes link to about page when BASE_PATH env var is set during build.

Fixes #122
@sverhoeven sverhoeven requested a review from Peter9192 April 8, 2025 15:21
Copy link
Member

@Peter9192 Peter9192 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works for me

@Peter9192 Peter9192 merged commit 39db9d7 into main Apr 10, 2025
4 checks passed
@Peter9192 Peter9192 deleted the home-2-home-122 branch April 10, 2025 08:04
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.

Home button left top goes to org site instead of app home

3 participants